Skip to content
Snippets Groups Projects
Commit b93cc989 authored by Bob Lantz's avatar Bob Lantz
Browse files

Pass code check

parent a8cc243a
No related branches found
No related tags found
No related merge requests found
......@@ -1164,6 +1164,7 @@ def patchOpts( intf ):
'-- set Interface %s options:peer=%s ' %
( intf, intf, peer ) )
# pylint: disable=too-many-branches
def start( self, controllers ):
"Start up a new OVS OpenFlow switch using ovs-vsctl"
if self.inNamespace:
......@@ -1223,6 +1224,7 @@ def start( self, controllers ):
# If necessary, restore TC config overwritten by OVS
for intf in self.intfList():
self.TCReapply( intf )
# pylint: enable=too-many-branches
def stop( self, deleteIntfs=True ):
"""Terminate OVS switch.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment