support linking RJ45 with EMANE 0.9.2 using Raw transport;

build extra XML and launch emane process on host for the raw devices
(Boeing r1882)
This commit is contained in:
ahrenholz 2014-09-23 20:24:19 +00:00
parent e825b94e13
commit 4ee92d1711
6 changed files with 96 additions and 33 deletions

View file

@ -739,7 +739,8 @@ class Session(object):
def addremovectrlnet(self, remove=False, conf_reqd=True):
''' Create a control network bridge as necessary.
When the remove flag is True, remove the bridge that connects control
interfaces.
interfaces. The conf_reqd flag, when False, causes a control network
bridge to be added even if one has not been configured.
'''
prefix = self.cfg.get('controlnet')
if hasattr(self.options, 'controlnet'):