X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=core%2Fvswitch_controller.py;h=855de8b291c6a59bd1e538c4a485824a1fef06a9;hb=485ac777fd9cded7c145917bfcbe701276f3c855;hp=619e1d8b921db1070ae2be81e11ad789e5c8ecd6;hpb=3af55a78fcd572f93b1a46178bffc4c8e90534f2;p=vswitchperf.git diff --git a/core/vswitch_controller.py b/core/vswitch_controller.py index 619e1d8b..855de8b2 100644 --- a/core/vswitch_controller.py +++ b/core/vswitch_controller.py @@ -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.")