]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: fix interoperability issue in auth trailer digest computation
authorRenato Westphal <renato@opensourcerouting.org>
Fri, 4 Aug 2023 12:03:02 +0000 (09:03 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Wed, 16 Aug 2023 18:58:42 +0000 (15:58 -0300)
commit8a23a83eb624841e4eacc2c2443894ae728faf59
tree2b8541c973a778a26e1cdc34ae14e6206c237a4a
parentbd6a00e8f7ab48e6ab20673474c6eb1e879cb5c4
ospf6d: fix interoperability issue in auth trailer digest computation

Ensure the OSPFv3 Cryptographic Protocol ID is encoded in network
byte order when appending it to the authentication key. This solves
interoperability issues with other implementations such as BIRD
and IOS-XR.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
ospf6d/ospf6_auth_trailer.c