commit | d057140b0b1c51921dfe4a2866fef8bb870c6dce | [log] [tgz] |
---|---|---|
author | Zsolt Haraszti <zharaszt@ciena.com> | Wed Mar 02 18:40:50 2016 -0800 |
committer | Zsolt Haraszti <zharaszt@ciena.com> | Wed Mar 02 18:44:56 2016 -0800 |
tree | 1e3ab56e7389b9ab759be67af5a602ffcc306ecc | |
parent | 99a3ed9d5f1595a8ab668f0d9768d961d79c95d5 [diff] [blame] |
Complete complex scenario 1 Change-Id: I1c14fd5ffe017523bf32f12efc150711880ed71d
diff --git a/IGMP.py b/IGMP.py index 1b24de3..db45407 100644 --- a/IGMP.py +++ b/IGMP.py
@@ -145,7 +145,7 @@ ip.ttl = 1 ip.proto = 2 ip.tos = 0xc0 - ip.options = [IPOption_Router_Alert()] + #ip.options = [IPOption_Router_Alert()] if igmp.type == IGMP_TYPE_MEMBERSHIP_QUERY: if igmp.gaddr == "0.0.0.0":