]> git.puffer.fish Git - mirror/frr.git/commit
isisd: Always consider purges as newer
authorChristian Franke <chris@opensourcerouting.org>
Wed, 14 Nov 2018 17:54:59 +0000 (18:54 +0100)
committerChristian Franke <chris@opensourcerouting.org>
Thu, 15 Nov 2018 14:06:40 +0000 (15:06 +0100)
commit16c2ab97f9ac49744f584284c36a53a749e81692
tree250defcf1d35ffb994f5f2b52a9eb9103cfa9b9a
parentd482ae5912d34ca5e05865d3ddb9397ecd9cc9ee
isisd: Always consider purges as newer

When receiving an LSP with same sequence number but different
checksum as in the local database, we would always treat it as
newer than the local LSP.

That behavior is incorrect if the local LSP is indeed a purged
LSP waiting for age-out and the received one is not.

Signed-off-by: Christian Franke <chris@opensourcerouting.org>
isisd/isis_lsp.c