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 issue in lldp neighbors discovery for IOS devices. #1806

Closed

Conversation

CarloMara
Copy link
Contributor

Hello everyone,

The parsing logic incorrectly assumes that remote_chassis_id and remote_port will always contain MAC addresses. According to the spec this is not always the case.

This pr adds the ability to handle uncommon cases, and a testcase to show the issue.
The data in the testcase was taken from a production device and anonymized (mac addresses and hostnames changed).

Thanks again for making Napalm, it's a godsend.

Cheers,
Carlo

The parsing logic incorrectly assumes that "remote_chassis_id" and "remote_port" will always contain MAC addresses
@CarloMara
Copy link
Contributor Author

Hola @mirceaulinic,

sorry for the direct tag, is there something I can do/missing to get this merged?

Thanks a lot,
Carlo

@ktbyers
Copy link
Contributor

ktbyers commented Feb 16, 2023

Superseded by: #1849

@ktbyers ktbyers closed this Feb 16, 2023
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.

None yet

2 participants