From 37ea45d9259750f09edf8f4d9647f21d03a2f864 Mon Sep 17 00:00:00 2001
From: Erik Reid <erik.reid@geant.org>
Date: Tue, 20 Dec 2022 13:01:03 +0100
Subject: [PATCH] fixed on correction
---
resource_management/hardware/juniper.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resource_management/hardware/juniper.py b/resource_management/hardware/juniper.py
index e0dc160..f61dbe0 100644
--- a/resource_management/hardware/juniper.py
+++ b/resource_management/hardware/juniper.py
@@ -362,7 +362,7 @@ def load_router_ports(hostname, ssh_config, port=830):
value = _port_info(ifc['position'])
# mx2.lab fpc 8 ...?
# # must be in the physical list
- # assert _p['position'] in _ports
+ # assert ifc['position'] in _ports
value['interface'] = ifc['name']
# append the physical ports for this pic to the fpc
--
GitLab