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

Fix OVS protocols option

parent 6a38811f
No related branches found
No related tags found
No related merge requests found
......@@ -1181,7 +1181,7 @@ def bridgeOpts( self ):
if self.datapath == 'user':
opts += ' datapath_type=netdev'
if self.protocols and not self.isOldOVS():
opts += ' protocols=%s' % ( self, self.protocols )
opts += ' protocols=%s' % self.protocols
if self.stp and self.failMode == 'standalone':
opts += ' stp_enable=true' % self
return opts
......
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