You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an ios config contains a range of vlans a parsing error is observed.
Example config:
vlan 60
name VLAN_A
!
vlan 64-65
!
vlan 80
name VLAN_B
Result:
File "/home/.local/lib/python3.7/site-packages/ntc_rosetta/parsers/openconfig/ios/openconfig_vlan/vlans.py", line 44, in vlan_id
return int(self.yy.key)
ValueError: invalid literal for int() with base 10: '64-65'
The text was updated successfully, but these errors were encountered:
If an ios config contains a range of vlans a parsing error is observed.
Example config:
vlan 60
name VLAN_A
!
vlan 64-65
!
vlan 80
name VLAN_B
Result:
File "/home/.local/lib/python3.7/site-packages/ntc_rosetta/parsers/openconfig/ios/openconfig_vlan/vlans.py", line 44, in vlan_id
return int(self.yy.key)
ValueError: invalid literal for int() with base 10: '64-65'
The text was updated successfully, but these errors were encountered: