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

fixed on correction

parent 49261d52
No related branches found
No related tags found
No related merge requests found
...@@ -362,7 +362,7 @@ def load_router_ports(hostname, ssh_config, port=830): ...@@ -362,7 +362,7 @@ def load_router_ports(hostname, ssh_config, port=830):
value = _port_info(ifc['position']) value = _port_info(ifc['position'])
# mx2.lab fpc 8 ...? # mx2.lab fpc 8 ...?
# # must be in the physical list # # must be in the physical list
# assert _p['position'] in _ports # assert ifc['position'] in _ports
value['interface'] = ifc['name'] value['interface'] = ifc['name']
# append the physical ports for this pic to the fpc # append the physical ports for this pic to the fpc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment