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":