[radio] Ajout de canaux

This commit is contained in:
Valentin Samir 2013-09-04 10:47:05 +02:00
parent 9300e296e3
commit c84423179c
2 changed files with 7 additions and 2 deletions

View file

@ -252,4 +252,4 @@ class IgmpTable(object):
if __name__ == "__main__":
IgmpTable('eth0', ignore_src=['138.231.136.88', '0.0.0.0'], logpath='/var/log/igmp.log').run()
IgmpTable('eth0', ignore_src=['138.231.136.88', '0.0.0.0'], logpath='/var/log/igmp.log', resolve_dns=True).run()