sw test tool: Improve readability of padding data
str(\"\\x00\" * (60 - 42)) -> str('\\x00' * (60 - 42)) str(\"\\x11\" * (1500 - 54)) -> str('\\x11' * (1500 - 54)) '\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00' -> str('\\x00' * 30) Signed-off-by: Yuichi Ito <ito.yuichi0@gmail.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
3bfddf9e07
commit
ae69bf231e
@ -109,12 +109,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -164,13 +164,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=127)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -158,13 +158,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=63)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -161,13 +161,13 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -166,14 +166,14 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34984)",
|
||||
"svlan(pcp=3, cfi=0, vid=100, ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -177,12 +177,12 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -161,13 +161,13 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(ttl=0)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -166,14 +166,14 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=0, label=100, exp=3, ttl=64)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -162,12 +162,12 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -174,12 +174,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -174,12 +174,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='aa:aa:aa:aa:aa:aa', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -174,12 +174,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34888)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -179,13 +179,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=203, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -197,13 +197,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=5, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -56,12 +56,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=2, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -123,13 +123,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=2, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -227,12 +227,12 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=2, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -329,12 +329,12 @@
|
||||
"itag(sid=100)",
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=2, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -56,12 +56,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='10.10.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -123,13 +123,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='10.10.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -227,12 +227,12 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='10.10.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -329,12 +329,12 @@
|
||||
"itag(sid=100)",
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='10.10.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -56,12 +56,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -123,13 +123,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -227,12 +227,12 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -329,12 +329,12 @@
|
||||
"itag(sid=100)",
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -56,12 +56,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -123,13 +123,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -227,12 +227,12 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -329,12 +329,12 @@
|
||||
"itag(sid=100)",
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -56,12 +56,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -123,13 +123,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -227,12 +227,12 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -329,12 +329,12 @@
|
||||
"itag(sid=100)",
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -197,13 +197,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=203, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -197,13 +197,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=5, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -197,13 +197,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=0, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -217,7 +217,7 @@
|
||||
"svlan(ethertype=33024, vid=10)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34984)",
|
||||
@ -227,7 +227,7 @@
|
||||
"svlan(ethertype=33024, vid=10)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -267,12 +267,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -163,14 +163,14 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=35047)",
|
||||
"itag()",
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -182,7 +182,7 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=35047)",
|
||||
@ -191,7 +191,7 @@
|
||||
"itag()",
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -169,14 +169,14 @@
|
||||
"svlan(ethertype=33024, vid=10)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34984)",
|
||||
"svlan(ethertype=33024, vid=10)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -348,12 +348,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -399,12 +399,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -449,7 +449,7 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
|
@ -509,12 +509,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -583,12 +583,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -656,7 +656,7 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
1
|
||||
|
@ -516,12 +516,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -591,12 +591,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -665,7 +665,7 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
1
|
||||
|
@ -348,12 +348,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -399,12 +399,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -449,7 +449,7 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
|
@ -355,12 +355,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -407,12 +407,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -458,7 +458,7 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
|
@ -348,12 +348,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -399,12 +399,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -449,7 +449,7 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
|
@ -355,12 +355,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -407,12 +407,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -458,7 +458,7 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
|
@ -348,12 +348,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -399,12 +399,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -449,7 +449,7 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
|
@ -359,13 +359,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -412,13 +412,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -464,7 +464,7 @@
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=33024)",
|
||||
"vlan(pcp=5, cfi=0, vid=203, ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
|
@ -366,13 +366,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -420,13 +420,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -473,7 +473,7 @@
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=33024)",
|
||||
"vlan(pcp=5, cfi=0, vid=203, ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
|
@ -408,13 +408,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -468,13 +468,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -527,7 +527,7 @@
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=33024)",
|
||||
"vlan(pcp=5, cfi=0, vid=203, ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
|
@ -46,12 +46,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -103,12 +103,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -159,7 +159,7 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
@ -214,13 +214,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -273,13 +273,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -331,7 +331,7 @@
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=33024)",
|
||||
"vlan(pcp=5, cfi=0, vid=203, ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
@ -422,12 +422,12 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -516,12 +516,12 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -609,7 +609,7 @@
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=34887)",
|
||||
"mpls(bsb=1, label=203, exp=5, ttl=127)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
1
|
||||
@ -699,12 +699,12 @@
|
||||
"itag(sid=100)",
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -792,12 +792,12 @@
|
||||
"itag(sid=100)",
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -884,7 +884,7 @@
|
||||
"itag(sid=203)",
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
1
|
||||
|
@ -46,12 +46,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -103,12 +103,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -159,7 +159,7 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
@ -214,13 +214,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -273,13 +273,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -331,7 +331,7 @@
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=33024)",
|
||||
"vlan(pcp=5, cfi=0, vid=203, ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
@ -422,12 +422,12 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -516,12 +516,12 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -609,7 +609,7 @@
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=34887)",
|
||||
"mpls(bsb=1, label=203, exp=5, ttl=127)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
1
|
||||
@ -699,12 +699,12 @@
|
||||
"itag(sid=100)",
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -792,12 +792,12 @@
|
||||
"itag(sid=100)",
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -884,7 +884,7 @@
|
||||
"itag(sid=203)",
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
1
|
||||
|
@ -47,12 +47,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -105,12 +105,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -162,7 +162,7 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
@ -218,13 +218,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -278,13 +278,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -337,7 +337,7 @@
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=33024)",
|
||||
"vlan(pcp=5, cfi=0, vid=203, ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
@ -429,12 +429,12 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -524,12 +524,12 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -618,7 +618,7 @@
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=34887)",
|
||||
"mpls(bsb=1, label=203, exp=5, ttl=127)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
1
|
||||
@ -709,12 +709,12 @@
|
||||
"itag(sid=100)",
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -803,12 +803,12 @@
|
||||
"itag(sid=100)",
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -896,7 +896,7 @@
|
||||
"itag(sid=203)",
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
1
|
||||
|
@ -46,12 +46,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -103,12 +103,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -159,7 +159,7 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
@ -214,13 +214,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -273,13 +273,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -331,7 +331,7 @@
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=33024)",
|
||||
"vlan(pcp=5, cfi=0, vid=203, ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
@ -422,12 +422,12 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -516,12 +516,12 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -609,7 +609,7 @@
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=34887)",
|
||||
"mpls(bsb=1, label=203, exp=5, ttl=127)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
1
|
||||
@ -699,12 +699,12 @@
|
||||
"itag(sid=100)",
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -792,12 +792,12 @@
|
||||
"itag(sid=100)",
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -884,7 +884,7 @@
|
||||
"itag(sid=203)",
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
1
|
||||
|
@ -47,12 +47,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -105,12 +105,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -162,7 +162,7 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
@ -218,13 +218,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -278,13 +278,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -337,7 +337,7 @@
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=33024)",
|
||||
"vlan(pcp=5, cfi=0, vid=203, ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
@ -429,12 +429,12 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -524,12 +524,12 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -618,7 +618,7 @@
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=34887)",
|
||||
"mpls(bsb=1, label=203, exp=5, ttl=127)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
1
|
||||
@ -709,12 +709,12 @@
|
||||
"itag(sid=100)",
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -803,12 +803,12 @@
|
||||
"itag(sid=100)",
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -896,7 +896,7 @@
|
||||
"itag(sid=203)",
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
1
|
||||
|
@ -46,12 +46,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -103,12 +103,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -159,7 +159,7 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
@ -214,13 +214,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -273,13 +273,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -331,7 +331,7 @@
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=33024)",
|
||||
"vlan(pcp=5, cfi=0, vid=203, ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
@ -422,12 +422,12 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -516,12 +516,12 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -609,7 +609,7 @@
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=34887)",
|
||||
"mpls(bsb=1, label=203, exp=5, ttl=127)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
1
|
||||
@ -699,12 +699,12 @@
|
||||
"itag(sid=100)",
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -792,12 +792,12 @@
|
||||
"itag(sid=100)",
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -884,7 +884,7 @@
|
||||
"itag(sid=203)",
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
1
|
||||
|
@ -47,12 +47,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -105,12 +105,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -162,7 +162,7 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
@ -218,13 +218,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -278,13 +278,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -337,7 +337,7 @@
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=33024)",
|
||||
"vlan(pcp=5, cfi=0, vid=203, ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
@ -429,12 +429,12 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -524,12 +524,12 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -618,7 +618,7 @@
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=34887)",
|
||||
"mpls(bsb=1, label=203, exp=5, ttl=127)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
1
|
||||
@ -709,12 +709,12 @@
|
||||
"itag(sid=100)",
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -803,12 +803,12 @@
|
||||
"itag(sid=100)",
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -896,7 +896,7 @@
|
||||
"itag(sid=203)",
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
1
|
||||
|
@ -46,12 +46,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -103,12 +103,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -159,7 +159,7 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
@ -214,13 +214,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -273,13 +273,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -331,7 +331,7 @@
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=33024)",
|
||||
"vlan(pcp=5, cfi=0, vid=203, ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
@ -422,12 +422,12 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -516,12 +516,12 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -609,7 +609,7 @@
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=34887)",
|
||||
"mpls(bsb=1, label=203, exp=5, ttl=127)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
1
|
||||
@ -699,12 +699,12 @@
|
||||
"itag(sid=100)",
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -792,12 +792,12 @@
|
||||
"itag(sid=100)",
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -884,7 +884,7 @@
|
||||
"itag(sid=203)",
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
1
|
||||
|
@ -47,12 +47,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -105,12 +105,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -162,7 +162,7 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
@ -218,13 +218,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -278,13 +278,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=33024)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -337,7 +337,7 @@
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=33024)",
|
||||
"vlan(pcp=5, cfi=0, vid=203, ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
@ -429,12 +429,12 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -524,12 +524,12 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -618,7 +618,7 @@
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=34887)",
|
||||
"mpls(bsb=1, label=203, exp=5, ttl=127)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
1
|
||||
@ -709,12 +709,12 @@
|
||||
"itag(sid=100)",
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -803,12 +803,12 @@
|
||||
"itag(sid=100)",
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -896,7 +896,7 @@
|
||||
"itag(sid=203)",
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
1
|
||||
|
@ -401,13 +401,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -460,13 +460,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -518,7 +518,7 @@
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=34887)",
|
||||
"mpls(bsb=1, label=203, exp=5, ttl=127)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
|
@ -401,13 +401,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -460,13 +460,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -518,7 +518,7 @@
|
||||
"ethernet(dst='ba:bb:bb:bb:bb:bb', src='aa:aa:aa:aa:aa:aa', ethertype=34887)",
|
||||
"mpls(bsb=1, label=203, exp=5, ttl=127)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
|
@ -403,13 +403,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -462,13 +462,13 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34887)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -521,7 +521,7 @@
|
||||
"mpls(bsb=0, label=203, exp=5, ttl=127)",
|
||||
"mpls(bsb=1, label=100, exp=3, ttl=64)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
|
@ -445,7 +445,7 @@
|
||||
"svlan(ethertype=33024, vid=10)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34984)",
|
||||
@ -455,7 +455,7 @@
|
||||
"svlan(ethertype=33024, vid=10)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -512,7 +512,7 @@
|
||||
"svlan(ethertype=33024, vid=10)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34984)",
|
||||
@ -522,7 +522,7 @@
|
||||
"svlan(ethertype=33024, vid=10)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -578,7 +578,7 @@
|
||||
"svlan(ethertype=33024, vid=10)",
|
||||
"vlan(pcp=5, cfi=0, vid=203, ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
|
@ -452,7 +452,7 @@
|
||||
"svlan(ethertype=33024, vid=10)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34984)",
|
||||
@ -462,7 +462,7 @@
|
||||
"svlan(ethertype=33024, vid=10)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -520,7 +520,7 @@
|
||||
"svlan(ethertype=33024, vid=10)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34984)",
|
||||
@ -530,7 +530,7 @@
|
||||
"svlan(ethertype=33024, vid=10)",
|
||||
"vlan(pcp=3, cfi=0, vid=100, ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -587,7 +587,7 @@
|
||||
"svlan(ethertype=33024, vid=10)",
|
||||
"vlan(pcp=5, cfi=0, vid=203, ethertype=2054)",
|
||||
"arp(dst_ip='10.10.20.20',dst_mac='ba:bb:bb:bb:bb:bb', opcode=2, src_ip='10.10.10.10',src_mac='aa:aa:aa:aa:aa:aa')",
|
||||
"'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
|
||||
"str('\\x00' * 30)"
|
||||
],
|
||||
"table-miss":[
|
||||
0
|
||||
|
@ -635,12 +635,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -727,12 +727,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -818,7 +818,7 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
1
|
||||
|
@ -642,12 +642,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"egress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -735,12 +735,12 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"PACKET_IN":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -827,7 +827,7 @@
|
||||
"ingress":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_ip='192.168.20.20',dst_mac='22:22:22:22:22:22', opcode=1, src_ip='192.168.10.10',src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x00\" * (60 - 42))"
|
||||
"str('\\x00' * (60 - 42))"
|
||||
],
|
||||
"table-miss":[
|
||||
1
|
||||
|
@ -59,7 +59,7 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2048)",
|
||||
"ipv4(proto=6)",
|
||||
"tcp()",
|
||||
"str(\"\\x11\" * (1500 - 54))"
|
||||
"str('\\x11' * (1500 - 54))"
|
||||
],
|
||||
"pktps":175,
|
||||
"duration_time":30
|
||||
@ -144,7 +144,7 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34525)",
|
||||
"ipv6(nxt=6)",
|
||||
"tcp()",
|
||||
"str(\"\\x11\" * (1500 - 74))"
|
||||
"str('\\x11' * (1500 - 74))"
|
||||
],
|
||||
"pktps":175,
|
||||
"duration_time":30
|
||||
@ -228,7 +228,7 @@
|
||||
"data":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_mac='22:22:22:22:22:22', src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x11\" * (1500 - 42))"
|
||||
"str('\\x11' * (1500 - 42))"
|
||||
],
|
||||
"pktps":175,
|
||||
"duration_time":30
|
||||
|
@ -59,7 +59,7 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2048)",
|
||||
"ipv4(proto=6)",
|
||||
"tcp()",
|
||||
"str(\"\\x11\" * (1500 - 54))"
|
||||
"str('\\x11' * (1500 - 54))"
|
||||
],
|
||||
"pktps":1750,
|
||||
"duration_time":30
|
||||
@ -144,7 +144,7 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34525)",
|
||||
"ipv6(nxt=6)",
|
||||
"tcp()",
|
||||
"str(\"\\x11\" * (1500 - 74))"
|
||||
"str('\\x11' * (1500 - 74))"
|
||||
],
|
||||
"pktps":1750,
|
||||
"duration_time":30
|
||||
@ -228,7 +228,7 @@
|
||||
"data":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_mac='22:22:22:22:22:22', src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x11\" * (1500 - 42))"
|
||||
"str('\\x11' * (1500 - 42))"
|
||||
],
|
||||
"pktps":1750,
|
||||
"duration_time":30
|
||||
|
@ -59,7 +59,7 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2048)",
|
||||
"ipv4(proto=6)",
|
||||
"tcp()",
|
||||
"str(\"\\x11\" * (1500 - 54))"
|
||||
"str('\\x11' * (1500 - 54))"
|
||||
],
|
||||
"pktps":17500,
|
||||
"duration_time":30
|
||||
@ -144,7 +144,7 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34525)",
|
||||
"ipv6(nxt=6)",
|
||||
"tcp()",
|
||||
"str(\"\\x11\" * (1500 - 74))"
|
||||
"str('\\x11' * (1500 - 74))"
|
||||
],
|
||||
"pktps":17500,
|
||||
"duration_time":30
|
||||
@ -228,7 +228,7 @@
|
||||
"data":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_mac='22:22:22:22:22:22', src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x11\" * (1500 - 42))"
|
||||
"str('\\x11' * (1500 - 42))"
|
||||
],
|
||||
"pktps":17500,
|
||||
"duration_time":30
|
||||
|
@ -60,7 +60,7 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2048)",
|
||||
"ipv4(proto=6)",
|
||||
"tcp()",
|
||||
"str(\"\\x11\" * (1500 - 54))"
|
||||
"str('\\x11' * (1500 - 54))"
|
||||
],
|
||||
"pktps":200,
|
||||
"duration_time":30
|
||||
@ -146,7 +146,7 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34525)",
|
||||
"ipv6(nxt=6)",
|
||||
"tcp()",
|
||||
"str(\"\\x11\" * (1500 - 74))"
|
||||
"str('\\x11' * (1500 - 74))"
|
||||
],
|
||||
"pktps":200,
|
||||
"duration_time":30
|
||||
@ -231,7 +231,7 @@
|
||||
"data":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_mac='22:22:22:22:22:22', src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x11\" * (1500 - 42))"
|
||||
"str('\\x11' * (1500 - 42))"
|
||||
],
|
||||
"pktps":200,
|
||||
"duration_time":30
|
||||
|
@ -60,7 +60,7 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2048)",
|
||||
"ipv4(proto=6)",
|
||||
"tcp()",
|
||||
"str(\"\\x11\" * (1500 - 54))"
|
||||
"str('\\x11' * (1500 - 54))"
|
||||
],
|
||||
"pktps":2000,
|
||||
"duration_time":30
|
||||
@ -146,7 +146,7 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34525)",
|
||||
"ipv6(nxt=6)",
|
||||
"tcp()",
|
||||
"str(\"\\x11\" * (1500 - 74))"
|
||||
"str('\\x11' * (1500 - 74))"
|
||||
],
|
||||
"pktps":2000,
|
||||
"duration_time":30
|
||||
@ -231,7 +231,7 @@
|
||||
"data":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_mac='22:22:22:22:22:22', src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x11\" * (1500 - 42))"
|
||||
"str('\\x11' * (1500 - 42))"
|
||||
],
|
||||
"pktps":2000,
|
||||
"duration_time":30
|
||||
|
@ -60,7 +60,7 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2048)",
|
||||
"ipv4(proto=6)",
|
||||
"tcp()",
|
||||
"str(\"\\x11\" * (1500 - 54))"
|
||||
"str('\\x11' * (1500 - 54))"
|
||||
],
|
||||
"pktps":20000,
|
||||
"duration_time":30
|
||||
@ -146,7 +146,7 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34525)",
|
||||
"ipv6(nxt=6)",
|
||||
"tcp()",
|
||||
"str(\"\\x11\" * (1500 - 74))"
|
||||
"str('\\x11' * (1500 - 74))"
|
||||
],
|
||||
"pktps":20000,
|
||||
"duration_time":30
|
||||
@ -231,7 +231,7 @@
|
||||
"data":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_mac='22:22:22:22:22:22', src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x11\" * (1500 - 42))"
|
||||
"str('\\x11' * (1500 - 42))"
|
||||
],
|
||||
"pktps":20000,
|
||||
"duration_time":30
|
||||
|
@ -60,7 +60,7 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2048)",
|
||||
"ipv4(proto=6, tos=96)",
|
||||
"tcp()",
|
||||
"str(\"\\x11\" * (1500 - 54))"
|
||||
"str('\\x11' * (1500 - 54))"
|
||||
],
|
||||
"pktps":175,
|
||||
"duration_time":30
|
||||
@ -183,7 +183,7 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34525)",
|
||||
"ipv6(nxt=6, traffic_class=96)",
|
||||
"tcp()",
|
||||
"str(\"\\x11\" * (1500 - 74))"
|
||||
"str('\\x11' * (1500 - 74))"
|
||||
],
|
||||
"pktps":175,
|
||||
"duration_time":30
|
||||
@ -305,7 +305,7 @@
|
||||
"data":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_mac='22:22:22:22:22:22', src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x11\" * (1500 - 42))"
|
||||
"str('\\x11' * (1500 - 42))"
|
||||
],
|
||||
"pktps":175,
|
||||
"duration_time":30
|
||||
|
@ -60,7 +60,7 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2048)",
|
||||
"ipv4(proto=6, tos=96)",
|
||||
"tcp()",
|
||||
"str(\"\\x11\" * (1500 - 54))"
|
||||
"str('\\x11' * (1500 - 54))"
|
||||
],
|
||||
"pktps":1750,
|
||||
"duration_time":30
|
||||
@ -183,7 +183,7 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34525)",
|
||||
"ipv6(nxt=6, traffic_class=96)",
|
||||
"tcp()",
|
||||
"str(\"\\x11\" * (1500 - 74))"
|
||||
"str('\\x11' * (1500 - 74))"
|
||||
],
|
||||
"pktps":1750,
|
||||
"duration_time":30
|
||||
@ -305,7 +305,7 @@
|
||||
"data":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_mac='22:22:22:22:22:22', src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x11\" * (1500 - 42))"
|
||||
"str('\\x11' * (1500 - 42))"
|
||||
],
|
||||
"pktps":1750,
|
||||
"duration_time":30
|
||||
|
@ -60,7 +60,7 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2048)",
|
||||
"ipv4(proto=6, tos=96)",
|
||||
"tcp()",
|
||||
"str(\"\\x11\" * (1500 - 54))"
|
||||
"str('\\x11' * (1500 - 54))"
|
||||
],
|
||||
"pktps":17500,
|
||||
"duration_time":30
|
||||
@ -183,7 +183,7 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34525)",
|
||||
"ipv6(nxt=6, traffic_class=96)",
|
||||
"tcp()",
|
||||
"str(\"\\x11\" * (1500 - 74))"
|
||||
"str('\\x11' * (1500 - 74))"
|
||||
],
|
||||
"pktps":17500,
|
||||
"duration_time":30
|
||||
@ -305,7 +305,7 @@
|
||||
"data":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_mac='22:22:22:22:22:22', src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x11\" * (1500 - 42))"
|
||||
"str('\\x11' * (1500 - 42))"
|
||||
],
|
||||
"pktps":17500,
|
||||
"duration_time":30
|
||||
|
@ -61,7 +61,7 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2048)",
|
||||
"ipv4(proto=6, tos=96)",
|
||||
"tcp()",
|
||||
"str(\"\\x11\" * (1500 - 54))"
|
||||
"str('\\x11' * (1500 - 54))"
|
||||
],
|
||||
"pktps":200,
|
||||
"duration_time":30
|
||||
@ -185,7 +185,7 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34525)",
|
||||
"ipv6(nxt=6, traffic_class=96)",
|
||||
"tcp()",
|
||||
"str(\"\\x11\" * (1500 - 74))"
|
||||
"str('\\x11' * (1500 - 74))"
|
||||
],
|
||||
"pktps":200,
|
||||
"duration_time":30
|
||||
@ -308,7 +308,7 @@
|
||||
"data":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_mac='22:22:22:22:22:22', src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x11\" * (1500 - 42))"
|
||||
"str('\\x11' * (1500 - 42))"
|
||||
],
|
||||
"pktps":200,
|
||||
"duration_time":30
|
||||
|
@ -61,7 +61,7 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2048)",
|
||||
"ipv4(proto=6, tos=96)",
|
||||
"tcp()",
|
||||
"str(\"\\x11\" * (1500 - 54))"
|
||||
"str('\\x11' * (1500 - 54))"
|
||||
],
|
||||
"pktps":2000,
|
||||
"duration_time":30
|
||||
@ -185,7 +185,7 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34525)",
|
||||
"ipv6(nxt=6, traffic_class=96)",
|
||||
"tcp()",
|
||||
"str(\"\\x11\" * (1500 - 74))"
|
||||
"str('\\x11' * (1500 - 74))"
|
||||
],
|
||||
"pktps":2000,
|
||||
"duration_time":30
|
||||
@ -308,7 +308,7 @@
|
||||
"data":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_mac='22:22:22:22:22:22', src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x11\" * (1500 - 42))"
|
||||
"str('\\x11' * (1500 - 42))"
|
||||
],
|
||||
"pktps":2000,
|
||||
"duration_time":30
|
||||
|
@ -61,7 +61,7 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2048)",
|
||||
"ipv4(proto=6, tos=96)",
|
||||
"tcp()",
|
||||
"str(\"\\x11\" * (1500 - 54))"
|
||||
"str('\\x11' * (1500 - 54))"
|
||||
],
|
||||
"pktps":20000,
|
||||
"duration_time":30
|
||||
@ -185,7 +185,7 @@
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=34525)",
|
||||
"ipv6(nxt=6, traffic_class=96)",
|
||||
"tcp()",
|
||||
"str(\"\\x11\" * (1500 - 74))"
|
||||
"str('\\x11' * (1500 - 74))"
|
||||
],
|
||||
"pktps":20000,
|
||||
"duration_time":30
|
||||
@ -308,7 +308,7 @@
|
||||
"data":[
|
||||
"ethernet(dst='22:22:22:22:22:22', src='12:11:11:11:11:11', ethertype=2054)",
|
||||
"arp(dst_mac='22:22:22:22:22:22', src_mac='12:11:11:11:11:11')",
|
||||
"str(\"\\x11\" * (1500 - 42))"
|
||||
"str('\\x11' * (1500 - 42))"
|
||||
],
|
||||
"pktps":20000,
|
||||
"duration_time":30
|
||||
|
Loading…
x
Reference in New Issue
Block a user