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
This change fixed a bug where interface_range_expansion would drop any trailing constant from a range expansion. For instance, `Ethernet[1-3]/1` would expand to `["Ethernet1", "Ethernet2", "Ethernet3"]` without the trailing `/1`
fixesnetworktocode#204
Environment
Expected Behavior
range expansion works for [49-50]/1 in same way as 1/[49-50]
Observed Behavior
"/1" part is stripped away if it's on the end
Steps to Reproduce
The text was updated successfully, but these errors were encountered: