]> git.proxmox.com Git - mirror_frr.git/commit - lib/bfd.h
bgpd: add vty command to enable bfd control-plane-check-failure
authorPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 16 Apr 2019 09:50:47 +0000 (11:50 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 14 May 2019 14:49:49 +0000 (16:49 +0200)
commitdcffea69124be68de2f87afbb656ba7e0ad8cdee
treed2594c5ffff8b265d0d7dee12b64cbc1bc9fcfe9
parent9beff0bda93a1ab398647cfda6e5efc06222a46c
bgpd: add vty command to enable bfd control-plane-check-failure

new vty command is added:
neighbor XXX bfd check-control-plane-failure

this command will enforce the check of bgp controlplane, when bfd
detects changes in the dataplane.
- at configuration, the cbit will be set if that command is executed
- at flapping time, if the command is configured and remote cbit is set
  accordingly, then the bfd event will be ignored.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_bfd.c
lib/bfd.h