set IP addresses on TAP devices used with EMANE 0.9.2 (fixes bug #268)
(Boeing r1892)
This commit is contained in:
parent
be4f431ab6
commit
5c9c8bfff7
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue