]> git.ipfire.org Git - thirdparty/bird.git/commit
OSPFv3: Update neighbor authentication state from Hello packets
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 16 Mar 2021 15:34:42 +0000 (16:34 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 16 Mar 2021 15:34:42 +0000 (16:34 +0100)
commitae9ae864d3fec20a74ce2567536e186ce178d032
treebfb839f7c2fcfe868343867ddf5f00c1874e48ed
parent94abefc00bb22b93493831798391d5d5b21f9d4c
OSPFv3: Update neighbor authentication state from Hello packets

In OSPFv3, only Hello and DBDes packets contain flags specifying whether
RFC 7166 authentication trailer is used. Other packets are processed
based on stored authentication state in neighbor structure. Update this
state with each received Hello to handle authentication change from
reconfigurations.

Thanks to Joakim Tjernlund and Kenth Eriksson for the bugreport.
proto/ospf/hello.c