added a simple test for a tunnel node, although better testing awwma to require configuration outside of core

This commit is contained in:
Blake J. Harnden 2017-08-03 09:37:22 -07:00
parent b62076c240
commit d915436c7d
3 changed files with 102 additions and 26 deletions

View file

@ -212,7 +212,6 @@ class MobilityManager(ConfigurableManager):
try:
n = self.session.get_object(nodenum)
except KeyError:
logger.exception("error getting session object, this was ignored before")
continue
if n.model:
n.model.update(moved, moved_netifs)