feat(papi): use newer API messages
[csit.git] / resources / libraries / python / FlowUtil.py
index 23293b6..f92f514 100644 (file)
@@ -400,7 +400,7 @@ class FlowUtil:
         :rtype: int
         :raises ValueError: If action type is not supported.
         """
-        cmd = u"flow_add"
+        cmd = u"flow_add_v2"
 
         if action == u"redirect-to-queue":
             flow_rule = {