]> git.proxmox.com Git - mirror_frr.git/commit
ospfd: ospfd crash while giving 'clear ip ospf neighbor'
authorrgirada <rgirada@vmware.com>
Tue, 20 Jul 2021 11:39:05 +0000 (04:39 -0700)
committerrgirada <rgirada@vmware.com>
Tue, 20 Jul 2021 11:39:05 +0000 (04:39 -0700)
commitc88ad8ec5b309132b6319fd5677e427d5d8ac12c
tree01c904df767db710666a290d8cfad783372b97a6
parent1dce93dabb078a02cf11c229fa67881fa101d463
ospfd: ospfd crash while giving 'clear ip ospf neighbor'

Description:
Ospf process crashes upon giving 'clear ip ospf neighbor' with
        self routerId. It is asserting if it is a self neighbor in ospf
        neighbour kill event processing.
Added a check to validate the provided router-id is self
        router-id.

Signed-off-by: Rajesh Girada <rgirada@vmware.com>
ospfd/ospf_vty.c