Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed interface_range_expansion with trailing constant #209

Merged
merged 1 commit into from
Feb 9, 2023

Conversation

abates
Copy link
Contributor

@abates abates commented Feb 9, 2023

New Pull Request

Have you:

  • Updated the README if necessary?
  • Updated any configuration settings?
  • Written a unit test?

Change Notes

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

Justification

Bug fix.

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`

fixes networktocode#204
@abates abates merged commit 8433a0f into networktocode:develop Feb 9, 2023
@abates abates deleted the issue204 branch February 9, 2023 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants