Skip to content
Snippets Groups Projects
Commit 7584605e authored by Erik Reid's avatar Erik Reid
Browse files

added addresses to response

parent 453e579f
No related branches found
No related tags found
No related merge requests found
......@@ -105,8 +105,8 @@ def _load_router_interfaces(hostname):
yield {
'hostname': router,
'interface': ifc['name'],
'ipv4': [],
'ipv6': []
'ipv4': ifc['ipv4'],
'ipv6': ifc['ipv6']
}
base_key_pattern = f'netconf:{hostname}*' if hostname else 'netconf:*'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment