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

nhrpd: fixes duplicate auth extension (backport #16808) #16821

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Sep 13, 2024

When an NHRP peer was forwarding a message, it was copying all extensions from the originally received packet. The authentication extension must be regenerated hop by hop per RFC2332. This fix checks for the auth extension when copying extensions and omits the original packet auth and instead regenerates a new auth extension.

Fixes #16507


This is an automatic backport of pull request #16808 done by Mergify.

When an NHRP peer was forwarding a message, it was copying all
extensions from the originally received packet. The authentication
extension must be regenerated hop by hop per RFC2332.
This fix checks for the auth extension when copying extensions
and omits the original packet auth and instead regenerates a new auth extension.

Fix bug #16507

Signed-off-by: Denys Haryachyy <[email protected]>
(cherry picked from commit 8e3c278)
@frrbot frrbot bot added the nhrp label Sep 13, 2024
@Jafaral Jafaral merged commit 3c89f63 into stable/9.1 Sep 13, 2024
12 checks passed
@mergify mergify bot deleted the mergify/bp/stable/9.1/pr-16808 branch September 13, 2024 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants