Merge pull request #210 from rlane/ivs-opts

IVSSwitch: support opts constructor parameter
This commit is contained in:
Bob
2013-09-16 14:22:18 -07:00
+1
View File
@@ -1090,6 +1090,7 @@ class IVSSwitch(Switch):
args.extend( ['-c', '%s:%d' % (c.IP(), c.port)] )
if self.listenPort:
args.extend( ['--listen', '127.0.0.1:%i' % self.listenPort] )
args.append( self.opts )
logfile = '/tmp/ivs.%s.log' % self.name