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

Extra VLAN mapping in bridge FDB module to fix ProCurve #11230

Merged
merged 2 commits into from Mar 5, 2020

Conversation

cjwbath
Copy link
Contributor

@cjwbath cjwbath commented Mar 2, 2020

The FDB discovery process cannot currently get the VLANs for FDB entries on ProCurve switches. This is because ProCurve does not use actual VLAN numbers to index the dot1qTpFdbTable, which is what the default code assumes. Instead, the indices must be further looked up against dot1qVlanFdbId in dot1qVlanCurrentTable to map them to an actual VLAN number.

This is a redo of PR #11132 which I messed up.

Please note

Please read this information carefully. You can run ./scripts/pre-commit.php to check your code before submitting.

  • Have you followed our code guidelines?
  • If my Pull Request does some changes/fixes/enhancements in the WebUI, I have inserted a screenshot of it.

Testers

If you would like to test this pull request then please run: ./scripts/github-apply <pr_id>, i.e ./scripts/github-apply 5926
After you are done testing, you can remove the changes with ./scripts/github-remove. If there are schema changes, you can ask on discord how to revert.

@PipoCanaja
Copy link
Contributor

LGTM

Copy link
Contributor

@PipoCanaja PipoCanaja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@PipoCanaja PipoCanaja merged commit 5628b60 into librenms:master Mar 5, 2020
@murrant
Copy link
Member

murrant commented Apr 1, 2020

This pull request has been mentioned on LibreNMS Community. There might be relevant details there:

https://community.librenms.org/t/v1-62-release-changelog-march-2020/11423/1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Device 🖥️ New or added device support Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants