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/testutils.py b/src/python/oftest/testutils.py index 684703d..969fdc4 100644 --- a/src/python/oftest/testutils.py +++ b/src/python/oftest/testutils.py
@@ -1002,7 +1002,7 @@ lookups, matched """ stat_req = of10.message.aggregate_stats_request() - stat_req.match = of10.ofp_match() + stat_req.match = of10.match() stat_req.match.wildcards = of10.OFPFW_ALL stat_req.table_id = 0xff stat_req.out_port = of10.OFPP_NONE