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/src/python/oftest/parse.py b/src/python/oftest/parse.py index 0005313..17a3573 100644 --- a/src/python/oftest/parse.py +++ b/src/python/oftest/parse.py
@@ -126,7 +126,7 @@ logging.error("packet_to_flow_match: Classify error") return None - match = ofp.ofp_match() + match = ofp.match() match.wildcards = ofp.OFPFW_ALL #@todo Check if packet is other than L2 format match.eth_dst = parse_mac(ether.dst)