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/of10/__init__.py b/src/python/of10/__init__.py index 1de296a..26dbd76 100644 --- a/src/python/of10/__init__.py +++ b/src/python/of10/__init__.py
@@ -13,3 +13,5 @@ # Allow accessing submodules without additional imports import action import message + +match = ofp_match