commit | 9d3cc6bb3fc93d18631784a7eb858f6a0b8cbf9f | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Fri Mar 08 16:33:08 2013 -0800 |
committer | Rich Lane <rlane@bigswitch.com> | Tue Mar 12 10:45:56 2013 -0700 |
tree | f2c37387251df5a102b5d7c1af6776688ee8de86 | |
parent | 28fa927a64e367d2fa0c8d2f300e2f7963d98127 [diff] [blame] |
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)