commit | 031373ca0dd8c4b8ecb821b7dd18a48340b61d29 | [log] [tgz] |
---|---|---|
author | Shudong Zhou <shudongzhou@gmail.com> | Thu Jul 19 17:37:42 2012 -0700 |
committer | Shudong Zhou <shudongzhou@gmail.com> | Thu Jul 19 17:40:11 2012 -0700 |
tree | 58900facbfe73250f4104d61c79c0796c3fb5f76 | |
parent | 9a84a4f2197ad5ca6ea53823724de4b8c214e529 [diff] [blame] |
pktact.FlowToggle: of_port index out of range
diff --git a/tests/pktact.py b/tests/pktact.py index b6c2d41..3fa0257 100644 --- a/tests/pktact.py +++ b/tests/pktact.py
@@ -1669,7 +1669,7 @@ pkt = simple_tcp_packet(tcp_sport=f_idx) msg = message.flow_mod() match = parse.packet_to_flow_match(pkt) - match.in_port = of_ports[3] + match.in_port = of_ports[2] match.wildcards = wildcards msg.match = match msg.buffer_id = 0xffffffff