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,9 +1063,7 @@ class CoreNetworkBase(NodeBase):
|
||||||
continue
|
continue
|
||||||
if iface.local_options != iface.options:
|
if iface.local_options != iface.options:
|
||||||
unidirectional = 1
|
unidirectional = 1
|
||||||
iface_data = None
|
iface_data = iface.get_data()
|
||||||
else:
|
|
||||||
iface_data = iface.get_data()
|
|
||||||
link_data = LinkData(
|
link_data = LinkData(
|
||||||
message_type=flags,
|
message_type=flags,
|
||||||
type=self.linktype,
|
type=self.linktype,
|
||||||
|
|
Loading…
Add table
Reference in a new issue