]> git.proxmox.com Git - mirror_frr.git/commit - ospfd/ospf_routemap.c
ospfd: fix routemap update
authorIgor Ryzhov <iryzhov@nfware.com>
Thu, 17 Jun 2021 16:31:03 +0000 (19:31 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Thu, 17 Jun 2021 16:31:03 +0000 (19:31 +0300)
commit0fddd864b758f424eab484ea35f74479eda33fd2
tree5576dda8bcb25169fa71e78f3b66d30f82d46ab3
parent9b1bc4d661381a822d3285b62177c182ede8afcc
ospfd: fix routemap update

Currently, if the routemap already exists, we delete the pointer to it
when it is updated. We should delete the pointer only if the route-map
is actually deleted.

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