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:
Bob
2013-10-15 15:22:21 -07:00
+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 ):