commit | 19c9d764584727e38c839a0003a2d86d0657411f | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Mon Aug 05 16:42:21 2013 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Mon Aug 05 16:42:21 2013 -0700 |
tree | afd696f73c9be0f7e89296803f529e94caa4ef53 | |
parent | 3f17dbba1772f56640b0b9fe87b1d2a338d02d9a [diff] [blame] |
nicira_dec_ttl: fix syntax error
diff --git a/tests/nicira_dec_ttl.py b/tests/nicira_dec_ttl.py index b29f611..37841d8 100644 --- a/tests/nicira_dec_ttl.py +++ b/tests/nicira_dec_ttl.py
@@ -26,7 +26,7 @@ outpkt = simple_tcp_packet(pktlen=100, ip_ttl=3) msg = ofp.message.packet_out(in_port=ofp.OFPP_NONE, data=str(outpkt), - buffer_id=x0xffffffff, + buffer_id=0xffffffff, actions=[ ofp.action.nicira_dec_ttl(), ofp.action.output(port=portA),