removed specification of default mgenBasicActor port (to allow default to be changed by mgenBasicActor)
This commit is contained in:
parent
3a13b8c92d
commit
0b94aab4ae
1 changed files with 1 additions and 1 deletions
|
@ -601,7 +601,7 @@ class MgenActor(NrlService):
|
|||
cfg = "#!/bin/sh\n"
|
||||
cfg += "# auto-generated by nrl.py:MgenActor.generateconfig()\n"
|
||||
comments = ""
|
||||
cmd = "python /usr/local/bin/mgenBasicActor.py -n %s -a 0.0.0.0 -p 5555" % (node.name)
|
||||
cmd = "python /usr/local/bin/mgenBasicActor.py -n %s -a 0.0.0.0" % (node.name)
|
||||
|
||||
servicenames = map(lambda x: x._name, services)
|
||||
netifs = filter(lambda x: not getattr(x, 'control', False), \
|
||||
|
|
Loading…
Reference in a new issue