summaryrefslogtreecommitdiffstats
path: root/lib/command.h
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 /lib/command.h
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 'lib/command.h')
-rw-r--r--lib/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h
index a001a90e2..e78de2d6c 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -139,6 +139,8 @@ enum node_type {
connections.*/
BGP_FLOWSPECV4_NODE, /* BGP IPv4 FLOWSPEC Address-Family */
BGP_FLOWSPECV6_NODE, /* BGP IPv6 FLOWSPEC Address-Family */
+ BFD_NODE, /* BFD protocol mode. */
+ BFD_PEER_NODE, /* BFD peer configuration mode. */
NODE_TYPE_MAX, /* maximum */
};