]> git.puffer.fish Git - mirror/frr.git/commit
ospf6: Drop LSA with bad seqnumber 8841/head
authorlynne <lynne@voltanet.io>
Fri, 11 Jun 2021 14:38:42 +0000 (10:38 -0400)
committerlynne <lynne@voltanet.io>
Fri, 18 Jun 2021 15:48:18 +0000 (11:48 -0400)
commitc5467a12ea002f4fbedf179e826445d9e3dbd4b8
tree6d21479d1076024a5b5c250a2a476ae828ceee37
parent9b1bc4d661381a822d3285b62177c182ede8afcc
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>
ospf6d/ospf6_flood.c