mpMininetBuilder: forcing forcing static arp...

This commit is contained in:
Quentin De Coninck 2016-05-04 17:50:32 +02:00
parent f462a1bd54
commit d412ee24c0

View File

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