commit | 7040a8d36485d867da83be28a1f0b7650b826fec | [log] [tgz] |
---|---|---|
author | Ed Swierk <eswierk@bigswitch.com> | Tue Dec 11 16:30:13 2012 -0800 |
committer | Ed Swierk <eswierk@bigswitch.com> | Tue Dec 11 16:30:13 2012 -0800 |
tree | 69bcde6de4f56a1d7661bbbf3263069440b87a51 | |
parent | 018892d0517ee623240e5fbbcc6429f7d304419b [diff] |
Use VLAN-tagged packet to avoid ill-defined semantics of VLAN ID 0
diff --git a/tests/pktact.py b/tests/pktact.py index ff6927f..d543bd7 100644 --- a/tests/pktact.py +++ b/tests/pktact.py
@@ -1953,7 +1953,7 @@ delete_all_flows(self.controller) - pkt = simple_tcp_packet() + pkt = simple_tcp_packet(dl_vlan_enable=True, dl_vlan=2) ingress_port = of_ports[0] egress_port = of_ports[1]