Added appctl commands to override the bfd forwarding status. Values of
true/false/normal are allowed. When set to normal, the bfd forwarding status
is left unchanged. Else, the forwarding status is set to the specified
value - true/false.
Signed-off-by: Pavithra Ramesh
---
lib/bfd.c | 47 +
This patch doesn't apply to master. Please be sure to rebase it
before sending the next version.
> static bool bfd_in_poll(const struct bfd *);
> @@ -194,6 +195,8 @@ static uint32_t generate_discriminator(void);
> static void bfd_put_details(struct ds *, const struct bfd *);
> static void bfd_
Added appctl commands to override the bfd forwarding status. Values of
true/false/normal are allowed. When set to normal, the bfd forwarding status
is left unchanged. Else, the forwarding status is set to the specified
value - true/false.
---
lib/bfd.c | 46 ++