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)