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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

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.

1 participant