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 auth no redirect bug #16422

Merged

Conversation

dleroy
Copy link
Contributor

@dleroy dleroy commented Jul 18, 2024

The nhrp_peer_forward() routine was not explicitly handling the Authentication Extension in the switch statement and instead fell through to the default case which checked whether this was an unhandled Compulsory extension and errored out, never forwarding the Resolution Request.

Closes #16371

@Jafaral
Copy link
Member

Jafaral commented Jul 18, 2024

@dleroy dleroy force-pushed the dleroy/nhrpd-auth-redirect-fix branch from ac23891 to 111d3ae Compare July 18, 2024 17:59
The nhrp_peer_forward() routine was not explicitly handling the
Authentication Extension in the switch statement and instead fell
through to the default case which checked whether this was an
unhandled Compulsory extension and errored out, never forwarding
the Resolution Request.

Fix bug FRRouting#16371

Signed-off-by: Dave LeRoy <[email protected]>
@Jafaral
Copy link
Member

Jafaral commented Jul 18, 2024

@dleroy , we just merged a fix and extra debug for the CI test that failed here. Can you please rebase and force push one more time?

@dleroy
Copy link
Contributor Author

dleroy commented Jul 18, 2024

@dleroy , we just merged a fix and extra debug for the CI test that failed here. Can you please rebase and force push one more time?

Will do.

@dleroy dleroy force-pushed the dleroy/nhrpd-auth-redirect-fix branch from 111d3ae to c531584 Compare July 18, 2024 21:26
@Jafaral Jafaral merged commit 0b138e9 into FRRouting:master Jul 19, 2024
11 checks passed
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.

NHRP redirect does not work with configured cisco NHRP Authentication
2 participants