]> git.puffer.fish Git - mirror/frr.git/commit
ospf6: Drop LSA with bad seqnumber 9123/head
authorlynne <lynne@voltanet.io>
Fri, 11 Jun 2021 14:38:42 +0000 (10:38 -0400)
committermergify-bot <noreply@mergify.io>
Thu, 22 Jul 2021 22:36:45 +0000 (22:36 +0000)
commitd15dd81e96d0142a14287cf3f01997cd18095ab9
tree7df0b2926e2d468709db480508717a1904002b28
parent9931db75f7730381ad4fba16efd39cbb67749470
ospf6: Drop LSA with bad seqnumber

In RFC 2328 seqnumber 0x80000000 is reserved and not used.   If an LSA
is received with seqnumber the LSA is now dropped and a debug error log
is printed.

Signed-off-by: Lynne Morrison <lynne@voltanet.io>
(cherry picked from commit c5467a12ea002f4fbedf179e826445d9e3dbd4b8)
ospf6d/ospf6_flood.c