]> git.puffer.fish Git - matthieu/frr.git/commit
nhrpd: Fixes auth no redirect bug
authorDave LeRoy <dleroy@labn.net>
Thu, 18 Jul 2024 17:19:30 +0000 (10:19 -0700)
committerDave LeRoy <dleroy@labn.net>
Thu, 18 Jul 2024 20:27:40 +0000 (13:27 -0700)
commitc531584a37bb34e7d8cf62887fd27c701270cd4b
treed7c356bef2d186b230ec2d0bfe959cd525ccd0be
parentf0ae1e867455bce7495e598f091581f459db030c
nhrpd: Fixes auth no redirect bug

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 #16371

Signed-off-by: Dave LeRoy <dleroy@labn.net>
nhrpd/nhrp_peer.c