commit | 0237baf6057179131cc929af1cee4e46667b76a0 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Mon Mar 11 22:34:59 2013 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Tue Mar 12 11:04:30 2013 -0700 |
tree | 03f230bf6dddd94ea0bab08bf171ad1ba1f18bff | |
parent | e6b794f4ac4cbe0bea1c312e5135e0cc29227fec [diff] [blame] |
loxi-prep: rename users of ofp_match
diff --git a/tests/pktact.py b/tests/pktact.py index 09f4d4b..829a90e 100644 --- a/tests/pktact.py +++ b/tests/pktact.py
@@ -2014,7 +2014,7 @@ # - action def createMatch(self, **kwargs): - match = ofp.ofp_match() + match = ofp.match() match.wildcards = ofp.OFPFW_ALL fields = { 'eth_dst': ofp.OFPFW_DL_DST,