]> git.puffer.fish Git - mirror/frr.git/commit
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>
Fri, 18 Jun 2021 13:59:52 +0000 (16:59 +0300)
commitb28a86edd5e99ead5f1c201844a4c67f52a0d7fa
tree3ec856cf5ff24ed95b1fbcc1494a762615954be7
parente7023b5bf5a788b5ab35e65fa4a67709aa0b3978
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