]> git.puffer.fish Git - matthieu/frr.git/commit
[ospfd] Do not use stale Network/Router LSAs
authorJoakim Tjernlund <Joakim.Tjernlund@transmode.se>
Mon, 5 Jan 2009 16:44:46 +0000 (17:44 +0100)
committerPaul Jakma <paul@quagga.net>
Fri, 26 Jun 2009 15:12:19 +0000 (16:12 +0100)
commitbd2462425205a681d75e04c94a94bf4cea5da58b
tree326c2dde485eded444cde3db284aeb7a348892bf
parent650f76c2e1b0b12e1c46fdd3be22c5f505245d83
[ospfd] Do not use stale Network/Router LSAs

Should a self originated Network/Router LSA with higher
LS seq. nr. be received we should flood and install it in
the LSDB but we cannot use it for our internal calculations
as it is stale.
Reorginate an new LSA to replace the stale one as soon
as possible.
ospfd/ospf_flood.c
ospfd/ospf_lsa.c