mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-26 23:23:35 +00:00
Merge pull request #16821 from FRRouting/mergify/bp/stable/9.1/pr-16808
nhrpd: fixes duplicate auth extension (backport #16808)
This commit is contained in:
commit
3c89f63530
@ -597,6 +597,12 @@ static void nhrp_handle_resolution_req(struct nhrp_packet_parser *pp)
|
|||||||
nhrp_ext_complete(zb, ext);
|
nhrp_ext_complete(zb, ext);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case NHRP_EXTENSION_AUTHENTICATION:
|
||||||
|
/* Extensions can be copied from original packet except
|
||||||
|
* authentication extension which must be regenerated
|
||||||
|
* hop by hop.
|
||||||
|
*/
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
if (nhrp_ext_reply(zb, hdr, ifp, ext, &payload) < 0)
|
if (nhrp_ext_reply(zb, hdr, ifp, ext, &payload) < 0)
|
||||||
goto err;
|
goto err;
|
||||||
|
Loading…
Reference in New Issue
Block a user