From c2f29cf3d703e941d86c403682f9b76332bfdd6d Mon Sep 17 00:00:00 2001 From: Rafael Zalamena Date: Wed, 27 Jun 2018 13:26:06 -0300 Subject: bfdd: add vty shell commands Implement vty shell integration and allow `bfdd` to be configured through FRR's vtysh. Signed-off-by: Rafael Zalamena --- bfdd/bfd.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bfdd/bfd.h') diff --git a/bfdd/bfd.h b/bfdd/bfd.h index e4907ecce..f47679f86 100644 --- a/bfdd/bfd.h +++ b/bfdd/bfd.h @@ -582,6 +582,14 @@ int bfd_xmt_cb(struct thread *t); int bfd_echo_xmt_cb(struct thread *t); +/* + * bfdd_vty.c + * + * BFD daemon vty shell commands. + */ +void bfdd_vty_init(void); + + /* * OS compatibility functions. */ -- cgit v1.2.3