X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=vswitches%2Fvswitch.py;h=dbf3e7d57246f226f313d58acf3ff4b2fb90e80e;hb=refs%2Fchanges%2F35%2F2335%2F3;hp=713974ae81bbc00c8cf71b958192396876047f75;hpb=8d6777df09c3dc441013a31f21cc50ab3b0f42a3;p=vswitchperf.git diff --git a/vswitches/vswitch.py b/vswitches/vswitch.py index 713974ae..dbf3e7d5 100644 --- a/vswitches/vswitch.py +++ b/vswitches/vswitch.py @@ -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()