[CORD-426] Update to Apply-Actions
Change-Id: Ie5aed63665095499dbd70ab5e74560451913c9d8
diff --git a/accton/accton_util.py b/accton/accton_util.py
index cf1634c..784e654 100755
--- a/accton/accton_util.py
+++ b/accton/accton_util.py
@@ -843,7 +843,7 @@
instructions = []
instructions.append(ofp.instruction.goto_table(60))
if send_ctrl:
- instructions.append(ofp.instruction.write_actions(
+ instructions.append(ofp.instruction.apply_actions(
actions=[ofp.action.output( port=ofp.OFPP_CONTROLLER,
max_len=ofp.OFPCML_NO_BUFFER)]))
else: