daemon: refactored all_link_data to links
This commit is contained in:
parent
b2ea8cbbf6
commit
ca2b1c9e4c
13 changed files with 49 additions and 49 deletions
|
@ -465,7 +465,7 @@ class CoreXmlWriter:
|
|||
self.write_device(node)
|
||||
|
||||
# add known links
|
||||
links.extend(node.all_link_data())
|
||||
links.extend(node.links())
|
||||
return links
|
||||
|
||||
def write_network(self, node: NodeBase) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue