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

Fix ios sh int status private vlan (pvlan) bug #1948

Merged
merged 2 commits into from
Jan 7, 2025

Conversation

mjbear
Copy link
Contributor

@mjbear mjbear commented Dec 25, 2024

Private VLANs introduce a few hurdles for the IOS "show interfaces status" output.

  • Output can include multiple VLAN IDs that are comma separated
  • Output can include pvlan prom in the VLAN ID column

In order to resolve issue #1397, PR #1449 introduced a more rigid VLAN ID regex. The unfortunate side effect has been the need to add a few more possible VLAN ID values. 🤷‍♂️ (I guess that's the cost of fixing bugs. 😊)

Note: There will be merge conflicts with PR #1941 so I'll have to fix things up once that PR is merged.

@mjbear mjbear force-pushed the ios_int_status_pvlan branch from f5bebb6 to d39c066 Compare January 6, 2025 23:40
@mjbear mjbear marked this pull request as ready for review January 6, 2025 23:47
@jmcgill298 jmcgill298 merged commit ba9ba1d into networktocode:master Jan 7, 2025
1 check passed
@mjbear mjbear deleted the ios_int_status_pvlan branch January 7, 2025 20:20
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.

3 participants