diff options
| author | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2018-06-27 13:26:06 -0300 | 
|---|---|---|
| committer | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2018-08-08 18:25:04 -0300 | 
| commit | c2f29cf3d703e941d86c403682f9b76332bfdd6d (patch) | |
| tree | eaa0e925405b9f5ac2ef16eb5d5988c9591d9b50 /bfdd/subdir.am | |
| parent | 7134904b1fe1475da5ca9667e47407e8e1ce35a9 (diff) | |
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.am | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/bfdd/subdir.am b/bfdd/subdir.am index fe3daaf507..2ac0913962 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 \  | 
