]> git.proxmox.com Git - mirror_frr.git/commit - ospf6d/ospf6_interface.c
ospf6d: fix possible crashes
authorIgor Ryzhov <iryzhov@nfware.com>
Tue, 25 May 2021 18:58:55 +0000 (21:58 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 25 May 2021 18:59:46 +0000 (21:59 +0300)
commitb4b6bd00174ef66cee35ceb9ec0f3f56aa10864d
tree739cd80f7932167e594cc1a5ecb785ee5e508686
parent7b4e9d3cfc47678fb44ce7ded38321be702e86be
ospf6d: fix possible crashes

OSPF6 instance may not exist when processing interface state change.
Do not execute processing steps that require an instance if an area is
not configured for an interface.

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