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,