Bring up loopback interface when configuring hosts.

This commit is contained in:
Bob Lantz
2012-04-03 17:22:28 -07:00
parent d776bd3a4f
commit a9c28885f3
+3
View File
@@ -235,6 +235,9 @@ class Mininet( object ):
# BL: do we want to do this here or not?
# May not make sense if we have CPU lmiting...
# 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' )
def buildFromTopo( self, topo=None ):