daemon: small adjustment to fix xml related issues parsing links for now, until bigger refactoring
This commit is contained in:
parent
d5b05a39e8
commit
8f767208e0
1 changed files with 1 additions and 3 deletions
|
@ -1063,8 +1063,6 @@ class CoreNetworkBase(NodeBase):
|
|||
continue
|
||||
if iface.local_options != iface.options:
|
||||
unidirectional = 1
|
||||
iface_data = None
|
||||
else:
|
||||
iface_data = iface.get_data()
|
||||
link_data = LinkData(
|
||||
message_type=flags,
|
||||
|
|
Loading…
Reference in a new issue