Bring up loopback interface when configuring hosts.
This commit is contained in:
@@ -235,6 +235,9 @@ class Mininet( object ):
|
|||||||
# BL: do we want to do this here or not?
|
# BL: do we want to do this here or not?
|
||||||
# May not make sense if we have CPU lmiting...
|
# May not make sense if we have CPU lmiting...
|
||||||
# quietRun( 'renice +18 -p ' + repr( host.pid ) )
|
# quietRun( 'renice +18 -p ' + repr( host.pid ) )
|
||||||
|
# This may not be the right place to do this, but
|
||||||
|
# it needs to be done somewhere.
|
||||||
|
host.cmd( 'ifconfig lo up' )
|
||||||
info( '\n' )
|
info( '\n' )
|
||||||
|
|
||||||
def buildFromTopo( self, topo=None ):
|
def buildFromTopo( self, topo=None ):
|
||||||
|
|||||||
Reference in New Issue
Block a user