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. */