]> git.proxmox.com Git - mirror_frr.git/commit
pimd: pim bfd support
authorChirag Shah <chirag@cumulusnetworks.com>
Tue, 11 Apr 2017 01:01:53 +0000 (18:01 -0700)
committerChirag Shah <chirag@cumulusnetworks.com>
Thu, 18 May 2017 05:42:28 +0000 (22:42 -0700)
commitba4eb1bccf8afa4516fa78d510d96161e2363e22
tree2b2517460f008fcd00a570e0a18135cf3611c5b7
parentbac7b7b935162915bbefb7d01ce55eb364635c0b
pimd: pim bfd support

All PIM Neighbors for a given pim interface is registered with
BFD.
Upon receiving BFD status down event, PIM Neighbor with BFD info is deleted.
Add pim bfd configuraiton (CLI) per interface, '[no] ip pim bfd'

Testing Done:
Configure BFD under PIM interface on all neighbor routers,
check bfd sessions up, remote end unconfigure BFD, results in BFD session down.
Previous state was UP to New state DOWN, results in PIM neighbor delete behind
that particular pim interface.
Pim-smoke Results:
Ran 94 tests in 7409.680s
FAILED (SKIP=8, failures=2)

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
15 files changed:
pimd/Makefile.am
pimd/pim_bfd.c [new file with mode: 0644]
pimd/pim_bfd.h [new file with mode: 0644]
pimd/pim_cmd.c
pimd/pim_iface.h
pimd/pim_main.c
pimd/pim_neighbor.c
pimd/pim_neighbor.h
pimd/pim_upstream.h
pimd/pim_vty.c
pimd/pim_zebra.c
pimd/pimd.c
zebra/client_main.c
zebra/zebra_ptm.c
zebra/zebra_ptm_redistribute.c