pkt_gen: MoonGen updated to keep parity with master
[vswitchperf.git] / core / vswitch_controller.py
index 619e1d8..855de8b 100644 (file)
@@ -49,3 +49,10 @@ class IVswitchController(object):
         raise NotImplementedError(
             "The VswitchController does not implement the \"get_ports_info\" "
             "function.")
+
+    def dump_vswitch_flows(self):
+        """ Dumps flows from vswitch
+        """
+        raise NotImplementedError(
+            "The VswitchController does not implement the "
+            "\"dump_vswitch_flows\" function.")