Enable PVP and PVVP deployments for Vanilla OVS
[vswitchperf.git] / vswitches / vswitch.py
index 713974a..dbf3e7d 100644 (file)
@@ -112,3 +112,10 @@ class IVSwitch(object):
         For flow==None, all flows are deleted
         """
         raise NotImplementedError()
+
+    def dump_flows(self, switch_name):
+        """Dump flows from the logical switch
+
+        :param switch_name: The switch on which to operate
+        """
+        raise NotImplementedError()