summaryrefslogtreecommitdiffstats
path: root/bfdd/subdir.am
diff options
context:
space:
mode:
authorRafael Zalamena <rzalamena@opensourcerouting.org>2018-06-27 18:26:06 +0200
committerRafael Zalamena <rzalamena@opensourcerouting.org>2018-08-08 23:25:04 +0200
commitc2f29cf3d703e941d86c403682f9b76332bfdd6d (patch)
treeeaa0e925405b9f5ac2ef16eb5d5988c9591d9b50 /bfdd/subdir.am
parentbfdd: wire to the build process (diff)
downloadfrr-c2f29cf3d703e941d86c403682f9b76332bfdd6d.tar.xz
frr-c2f29cf3d703e941d86c403682f9b76332bfdd6d.zip
bfdd: add vty shell commands
Implement vty shell integration and allow `bfdd` to be configured through FRR's vtysh. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'bfdd/subdir.am')
-rw-r--r--bfdd/subdir.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfdd/subdir.am b/bfdd/subdir.am
index fe3daaf50..2ac091396 100644
--- a/bfdd/subdir.am
+++ b/bfdd/subdir.am
@@ -10,6 +10,7 @@ endif
bfdd_libbfd_a_SOURCES = \
bfdd/bfd.c \
+ bfdd/bfdd_vty.c \
bfdd/bfd_packet.c \
bfdd/bsd.c \
bfdd/config.c \
@@ -19,6 +20,9 @@ bfdd_libbfd_a_SOURCES = \
bfdd/log.c \
# end
+bfdd/bfdd_vty_clippy.c: $(CLIPPY_DEPS)
+bfdd/bfdd_vty.$(OBJEXT): bfdd/bfdd_vty_clippy.c
+
noinst_HEADERS += \
bfdd/bfdctl.h \
bfdd/bfd.h \