[radio] Ajout de canaux
This commit is contained in:
parent
9300e296e3
commit
c84423179c
2 changed files with 7 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue