Merge pull request #226 from rlane/ivs-lo
IVSSwitch: bring up lo interface ok for symmetry - we can probably get rid of this later though
This commit is contained in:
@@ -1094,6 +1094,7 @@ class IVSSwitch(Switch):
|
||||
|
||||
logfile = '/tmp/ivs.%s.log' % self.name
|
||||
|
||||
self.cmd( 'ifconfig lo up' )
|
||||
self.cmd( ' '.join(args) + ' >' + logfile + ' 2>&1 </dev/null &' )
|
||||
|
||||
def stop( self ):
|
||||
|
||||
Reference in New Issue
Block a user