mpMininetBuilder: forcing forcing static arp...
This commit is contained in:
parent
f462a1bd54
commit
d412ee24c0
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user