diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2017-04-12 05:47:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-12 05:47:00 +0000 |
commit | 0c4ab9b84ea256d22176ba6c9e89cefe9c212b7e (patch) | |
tree | b20aafe2050ff9bef684e80600f9714da90236f4 /core/pktfwd_controller.py | |
parent | bd4859904037d5259d36d7689d464864bad5c395 (diff) | |
parent | c071fadc49859b4cb6bd0c37a85746287612c42b (diff) |
Merge "jumbo_frame: Add jumbo frame support"
Diffstat (limited to 'core/pktfwd_controller.py')
-rw-r--r-- | core/pktfwd_controller.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/pktfwd_controller.py b/core/pktfwd_controller.py index 785c6f89..b38aefa5 100644 --- a/core/pktfwd_controller.py +++ b/core/pktfwd_controller.py @@ -48,6 +48,11 @@ class PktFwdController(object): self._pktfwd.stop() raise + def get_vswitch(self): + """See IVswitchController for description + """ + return self._pktfwd + def setup_for_guest(self): """Sets up the packet forwarder for pvp. """ |