daemon: refactored TunTap setaddrs to set_ips to be more consistent with new naming

This commit is contained in:
Blake Harnden 2020-06-19 13:52:59 -07:00
parent f07176dd43
commit cfda9509a2
2 changed files with 3 additions and 3 deletions

View file

@ -157,7 +157,7 @@ class EmaneNet(CoreNetworkBase):
)
external = config.get("external", "0")
if isinstance(iface, TunTap) and external == "0":
iface.setaddrs()
iface.set_ips()
if not self.session.emane.genlocationevents():
iface.poshook = None
continue