I created route redistribution configuration like this:
r3# show protocols ospfv3
area 0 {
interface tun31
interface eth1
interface wg36
interface lo
interface eth0
interface wg340
interface wg341
}
area 100 {
interface wg32
}
parameters {
router-id 23.153.128.33
}
redistribute {
bgp {
route-map ALLOW-DEFAULT-ROUTE-IPV6
}
static {
route-map ALLOW-DEFAULT-ROUTE-IPV6
}
}then I've deleted the static map
delete protocols ospfv3 redistribute static commit save
however, the deleted configuration still lingering in frr:
! router ospf6 ospf6 router-id 23.153.128.33 redistribute static route-map ALLOW-DEFAULT-ROUTE-IPV6 redistribute bgp route-map ALLOW-DEFAULT-ROUTE-IPV6 interface tun31 area 0 interface wg34 area 0 interface eth1 area 0 interface wg36 area 0 interface lo area 0 interface eth0 area 0 interface wg340 area 0 interface wg341 area 0 interface wg32 area 100 !