]> git.proxmox.com Git - mirror_frr.git/commit
bfdd: add vty shell commands
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Wed, 27 Jun 2018 16:26:06 +0000 (13:26 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Wed, 8 Aug 2018 21:25:04 +0000 (18:25 -0300)
commitc2f29cf3d703e941d86c403682f9b76332bfdd6d
treeeaa0e925405b9f5ac2ef16eb5d5988c9591d9b50
parent7134904b1fe1475da5ca9667e47407e8e1ce35a9
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>
bfdd/bfd.h
bfdd/bfdd.c
bfdd/bfdd_vty.c [new file with mode: 0644]
bfdd/subdir.am
lib/command.c
lib/command.h
lib/vty.c
vtysh/Makefile.am
vtysh/vtysh.c
vtysh/vtysh.h
vtysh/vtysh_config.c