added a simple test for a tunnel node, although better testing awwma to require configuration outside of core
This commit is contained in:
parent
b62076c240
commit
d915436c7d
3 changed files with 102 additions and 26 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue