Skip to content
Snippets Groups Projects

address issues with some speeds not being recognised, a timeout issue not...

Merged Sam Roberts requested to merge hotfix/POL1-753-timeout-and-none into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -738,7 +738,7 @@ def _add_bundle_parents(interfaces, hostname=None):
if router_bundle:
base_ifc = _get_base_name(ifc['name'])
bundle_parents = [interface_index.get(f"{ifc['router']}---{_get_base_name(bundle_ifc)}")
for bundle_ifc in router_bundle.get(base_ifc, [])]
for bundle_ifc in router_bundle.get(base_ifc, [])]
ifc['bundle-parents'] = bundle_parents
yield ifc
Loading