loxi-prep: remove action_ prefix from callers
diff --git a/tests/openflow_protocol_messages.py b/tests/openflow_protocol_messages.py
index 18a0396..028d939 100644
--- a/tests/openflow_protocol_messages.py
+++ b/tests/openflow_protocol_messages.py
@@ -219,7 +219,7 @@
             
                 msg = ofp.message.packet_out()
                 msg.data = str(outpkt)
-                act = ofp.action.action_output()
+                act = ofp.action.output()
                 act.port = dp_port
                 msg.actions.add(act)