]> git.proxmox.com Git - mirror_frr.git/commit - ospf6d/ospf6_asbr.c
ospf6d: always free redistribute config
authorIgor Ryzhov <iryzhov@nfware.com>
Fri, 7 May 2021 14:05:40 +0000 (17:05 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Mon, 17 May 2021 22:27:16 +0000 (01:27 +0300)
commit8696e8be34ab314bafe8797eaf1fad5af33da0b9
tree919b3de294747023bbf769bfdc1342ab34ec3114
parenta63273a5b48bcae375af39928bafafadc6a31e0c
ospf6d: always free redistribute config

When the ospf6 instance in unknown VRF is deleted, the redistribution
config is not freed, because it is not registered in zebra. We should
always free the config regardless of zebra registration status.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
ospf6d/ospf6_asbr.c