SDN chaining now via ryu rest api
diff --git a/src/emuvim/cli/network.py b/src/emuvim/cli/network.py
index 911c5ef..53007cd 100755
--- a/src/emuvim/cli/network.py
+++ b/src/emuvim/cli/network.py
@@ -56,6 +56,7 @@
             vnf_dst_interface=self._parse_vnf_interface(args.get("destination")),

             weight=args.get("weight"),

             match=args.get("match"),

+            bidirectional=args.get("bidirectional"),

             cookie=args.get("cookie"))

 

         r = self.c.network_action_stop(