diff --git a/mininet/node.py b/mininet/node.py index c8d34e4..704c798 100644 --- a/mininet/node.py +++ b/mininet/node.py @@ -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 ):