merge master and fix SDN chaining unit test
[osm/vim-emu.git] / src / emuvim / api / zerorpc / network.py
old mode 100644 (file)
new mode 100755 (executable)
index b5873ff..37b34f9
@@ -97,7 +97,8 @@ class DCNetworkApi(object):
                 cmd='del-flows',
                 weight=kwargs.get('weight'),
                 match=kwargs.get('match'),
-                bidirectional=kwargs.get('bidirectional'))
+                bidirectional=kwargs.get('bidirectional'),
+                cookie=kwargs.get('cookie'))
             return c
         except Exception as ex:
             logging.exception("RPC error.")