set IP addresses on TAP devices used with EMANE 0.9.2 (fixes bug #268)

(Boeing r1892)
This commit is contained in:
ahrenholz 2014-10-28 17:24:31 +00:00
parent be4f431ab6
commit 5c9c8bfff7
2 changed files with 7 additions and 2 deletions

View file

@ -212,6 +212,7 @@ class EmaneNode(EmaneNet):
for netif in self.netifs():
if do_netns and "virtual" in netif.transport_type.lower():
netif.install()
netif.setaddrs()
# if we are listening for EMANE events, don't generate them
if self.session.emane.doeventmonitor():
netif.poshook = None