]> git.proxmox.com Git - mirror_frr.git/commit - lib/bfd.c
lib: Send c-bit when not using bfdd as daemon of choice
authorDonald Sharp <sharpd@nvidia.com>
Fri, 27 Aug 2021 13:32:27 +0000 (09:32 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 27 Aug 2021 13:32:27 +0000 (09:32 -0400)
commit4cc6d2cef672d963ebafd7b4637e305085917f15
treedf8ab6e127a6b1bed6a989b003c8b3dd1006c156
parent3e386e98b311908c872c6e4b16f24559e473032a
lib: Send c-bit when not using bfdd as daemon of choice

Commit: 4b983eef2cb5c7306a8303f002d0e053ebeabdca

Modified the zapi send receive of the c-bit to only
be under the HAVE_BFDD.  If you are using ptm-bfd
then the decoder function still expects this to be
sent down.  This commit puts this behavior back

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
lib/bfd.c