Enable PVP and PVVP deployments for Vanilla OVS
[vswitchperf.git] / core / vswitch_controller_p2p.py
index c15f7ef..35600e1 100644 (file)
@@ -114,3 +114,8 @@ class VswitchControllerP2P(IVswitchController):
         """
         self._logger.debug('get_ports_info  using ' + str(self._vswitch_class))
         return self._vswitch.get_ports(settings.getValue('VSWITCH_BRIDGE_NAME'))
+
+    def dump_vswitch_flows(self):
+        """See IVswitchController for description
+        """
+        self._vswitch.dump_flows(settings.getValue('VSWITCH_BRIDGE_NAME'))