diff --git a/ciscoconfparse/ccp_util.py b/ciscoconfparse/ccp_util.py index 5818aa9..d5fb39e 100644 --- a/ciscoconfparse/ccp_util.py +++ b/ciscoconfparse/ccp_util.py @@ -4119,7 +4119,7 @@ def parse_single_interface(self, interface_name=None, debug=False): _sep2 = intf_short["sep1"] _sep3 = intf_short["sep1"] _slot = intf_short["slot"] - _processor = intf_long["processor"] + _processor = intf_short["processor"] _card = intf_short["card"] _port = intf_short["port"] _digit_separator = intf_short["digit_separator"]