mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 01:47:29 +00:00
Merge pull request #9504 from donaldsharp/cbit_is_needed
lib: Send c-bit when not using bfdd as daemon of choice
This commit is contained in:
commit
3d5af91264
@ -366,6 +366,9 @@ int zclient_bfd_command(struct zclient *zc, struct bfd_session_arg *args)
|
|||||||
if (args->ifnamelen)
|
if (args->ifnamelen)
|
||||||
stream_put(s, args->ifname, args->ifnamelen);
|
stream_put(s, args->ifname, args->ifnamelen);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Send the C bit indicator. */
|
||||||
|
stream_putc(s, args->cbit);
|
||||||
#endif /* HAVE_BFDD */
|
#endif /* HAVE_BFDD */
|
||||||
|
|
||||||
/* Finish the message by writing the size. */
|
/* Finish the message by writing the size. */
|
||||||
|
Loading…
Reference in New Issue
Block a user