mpMininetBuilder: and auto set mac addresses
This commit is contained in:
parent
cd0c4e9a58
commit
7f2ad0710e
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user