diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2021-08-18 22:59:58 +0200 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2021-08-24 05:24:41 +0200 |
commit | ccfffce4a06cf4cc7f50a33dbe5313edc8cf9d60 (patch) | |
tree | 77e081d38da72646d77fb01d85d1235085520025 /ospf6d/ospf6_asbr.c | |
parent | ospf6d: don't delete area when NSSA is unconfigured (diff) | |
download | frr-ccfffce4a06cf4cc7f50a33dbe5313edc8cf9d60.tar.xz frr-ccfffce4a06cf4cc7f50a33dbe5313edc8cf9d60.zip |
ospf6d: fix flushing of all LSAs when NSSA is unconfigured
Once NSSA is unconfigured on an area, all self-originated Type-7
LSAs need to be flushed. The existing code was iterating over the
LSDB in the wrong way, causing ospf6_nssa_flush_area() to flush
LSAs of all types. Use the ALL_LSDB_TYPED_ADVRTR macro to perform
the intended iteration correctly.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ospf6d/ospf6_asbr.c')
0 files changed, 0 insertions, 0 deletions