mpMininetBuilder: and auto set mac addresses

This commit is contained in:
Quentin De Coninck 2016-05-04 10:48:13 +02:00
parent cd0c4e9a58
commit 7f2ad0710e

View File

@ -20,7 +20,7 @@ class MpMininetBuilder(Topo):
return stdout
def startNetwork(self):
self.net = Mininet(topo=self,link=TCLink,autoStaticArp=True)
self.net = Mininet(topo=self,link=TCLink,autoStaticArp=True,autoSetMacs=True)
self.net.start()
def getCLI(self):