Set the datapath desciption (dp-desc) of OVS switches

This commit is contained in:
Felician Nemeth
2017-12-07 12:17:50 +01:00
parent f65e1ab936
commit a638e0b085
+1
View File
@@ -1160,6 +1160,7 @@ class OVSSwitch( Switch ):
opts += ' protocols=%s' % self.protocols
if self.stp and self.failMode == 'standalone':
opts += ' stp_enable=true'
opts += ' other-config:dp-desc=%s' % self.name
return opts
def start( self, controllers ):