]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: flush type 5 when type 7 is removed
authorckishimo <carles.kishimoto@gmail.com>
Fri, 11 Sep 2020 14:20:29 +0000 (07:20 -0700)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 6 Oct 2020 12:54:24 +0000 (15:54 +0300)
commite8a2ecce91fe7f63489340b834485753d019776a
treec5e22ce9a04efb428ff74e4a8f0f9f4c1fbbf892
parentcf19d7c6876e1b00cbbc8e7f409b2feb30855065
ospfd: flush type 5 when type 7 is removed

When the ASBR stops announcing a prefix into the NSSA area, the LSA
type 7 is removed from the area. However the ABR is refreshing the
type 5 in its LSDB while removing the Type 7 LSA. Routers outside
the area do not get an update.

With this change the LSA type 5 is flushed from the LSDB and the
change is announced to routers outside the area

Signed-off-by: ckishimo <carles.kishimoto@gmail.com>
ospfd/ospf_abr.c