]> git.proxmox.com Git - mirror_frr.git/commit
ospf6d: withdraw redistributed prefixes based on prefix-list changes
authorDon Slice <dslice@cumulusnetworks.com>
Tue, 5 May 2020 13:18:15 +0000 (13:18 +0000)
committerDon Slice <dslice@cumulusnetworks.com>
Tue, 5 May 2020 13:18:15 +0000 (13:18 +0000)
commit780d4bdd80b96899dc7595bf0e13b1094c765ce1
tree7b9eb7cb705abcb3323ab07b3671543933383fe0
parent15e9c561b2a10e90b1370e7a8d43d02ffde9e61a
ospf6d: withdraw redistributed prefixes based on prefix-list changes

Problem reported that when an a previously advertised redistributed
route should be withdrawn based on a prefix-list change or route-map
deletion, the external LSAs would remain in the database and not be
withdrawn from peers. This fix does the withdraw when the prefix-list
is changed or route-map is deleted.

Ticket: CM-28944
Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
ospf6d/ospf6_asbr.c