This commit is contained in:
Bob Lantz
2015-05-12 23:50:37 -07:00
parent c5f6d0ff17
commit 63ae13fcf9
+1 -1
View File
@@ -1143,7 +1143,7 @@ class OVSSwitch( Switch ):
if self.protocols and not self.isOldOVS():
opts += ' protocols=%s' % self.protocols
if self.stp and self.failMode == 'standalone':
opts += ' stp_enable=true' % self
opts += ' stp_enable=true'
return opts
def start( self, controllers ):