]> git.proxmox.com Git - mirror_frr.git/commit - lib/zclient.c
This patch adds support for a new BFD session down message from zebra to
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 May 2015 00:47:23 +0000 (17:47 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 May 2015 00:47:23 +0000 (17:47 -0700)
commitd5a5c8f05bc4637dcb113f8285f7db6cfb924b6c
treebd1312d37bb30dfac8d41ee56ae88bce27889996
parent04b02fda9ff706fd53fbd17fe1700f567b1575b0
This patch adds support for a new BFD session down message from zebra to

protocols. BGP and OSPF are integrated to respond this BFD session down message
originated in Zebra via ptmd.

BGP and OSPF now have a bfd command, which tells OSPF/BGP to respond to the
BFD session down message.

OSPF:

interface <>
 ip ospf bfd

BGP:

router bgp <>
  neighbor <> bfd

Please note that these commands don't enable BFD as a protocol. BFD configuration
and paramter tuning are via BFD applicable UI.

Signed-off-by: Vipin Kumar <vipin@cumulusnetworks.com>
Reviewed-by: Shrijeet Mukherjee <shm@cumulusnetworks.com>
18 files changed:
bgpd/bgp_vty.c
bgpd/bgp_zebra.c
bgpd/bgpd.c
bgpd/bgpd.h
lib/zclient.c
lib/zclient.h
lib/zebra.h
ospfd/ospf_interface.h
ospfd/ospf_vty.c
ospfd/ospf_zebra.c
zebra/interface.c
zebra/interface.h
zebra/redistribute.c
zebra/redistribute.h
zebra/redistribute_null.c
zebra/zebra_ptm.c
zebra/zserv.c
zebra/zserv.h