]> git.proxmox.com Git - mirror_frr.git/commit
pimd: fix pim bfd crash and bfd neigh down
authorChirag Shah <chirag@cumulusnetworks.com>
Tue, 6 Jun 2017 01:21:52 +0000 (18:21 -0700)
committerChirag Shah <chirag@cumulusnetworks.com>
Tue, 6 Jun 2017 01:21:52 +0000 (18:21 -0700)
commit72a83d6daa28f6eadb17114d0fda97e7de168d86
tree8b48bd3e5357cabd267c016eb1aafa063597837e
parent697629e190495f9da309d4afc510ff30af2a2d76
pimd: fix pim bfd crash and bfd neigh down

During running config, all IFPs are traversed, bfd interface config write
need to check for ifp->info null in case pim info is missing and skip the interface.

bfd update for address change need to check if particular pim neighbor's address matches
with bfd address update

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
pimd/pim_bfd.c