]> git.puffer.fish Git - matthieu/frr.git/commit
ospf6d: unlink router from vrf on deletion
authorIgor Ryzhov <iryzhov@nfware.com>
Thu, 27 May 2021 10:16:40 +0000 (13:16 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Thu, 27 May 2021 11:39:28 +0000 (14:39 +0300)
commit92699b9bbe8e4f64b450dd02eced28dd95c7f222
tree5d2316a9b2be43c8555036332a55717c014f3495
parent67bde476b5311b294f8705a7bf502240c0e905ec
ospf6d: unlink router from vrf on deletion

Otherwise `ospf6_lookup_by_vrf_id` returns stale pointer.

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