Skip to content

nhrpd: Fixes auth no redirect bug#16422

Merged
Jafaral merged 1 commit intoFRRouting:masterfrom
LabNConsulting:dleroy/nhrpd-auth-redirect-fix
Jul 19, 2024
Merged

nhrpd: Fixes auth no redirect bug#16422
Jafaral merged 1 commit intoFRRouting:masterfrom
LabNConsulting:dleroy/nhrpd-auth-redirect-fix

Conversation

@dleroy
Copy link
Copy Markdown
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
Copy Markdown
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 <dleroy@labn.net>
@Jafaral
Copy link
Copy Markdown
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
Copy Markdown
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
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