IVSSwitch: bring up lo interface

This commit is contained in:
Rich Lane
2013-10-08 16:59:02 -07:00
parent c0ddd5c5d8
commit 4a94f76ec3
+1
View File
@@ -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 ):