summaryrefslogtreecommitdiff
path: root/lib/bfd.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2021-08-27 09:32:27 -0400
committerDonald Sharp <sharpd@nvidia.com>2021-08-27 09:32:27 -0400
commit4cc6d2cef672d963ebafd7b4637e305085917f15 (patch)
treedf8ab6e127a6b1bed6a989b003c8b3dd1006c156 /lib/bfd.c
parent3e386e98b311908c872c6e4b16f24559e473032a (diff)
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>
Diffstat (limited to 'lib/bfd.c')
-rw-r--r--lib/bfd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/bfd.c b/lib/bfd.c
index 1a45ea1ff5..ea363b7ca4 100644
--- a/lib/bfd.c
+++ b/lib/bfd.c
@@ -366,6 +366,9 @@ int zclient_bfd_command(struct zclient *zc, struct bfd_session_arg *args)
if (args->ifnamelen)
stream_put(s, args->ifname, args->ifnamelen);
}
+
+ /* Send the C bit indicator. */
+ stream_putc(s, args->cbit);
#endif /* HAVE_BFDD */
/* Finish the message by writing the size. */