diff options
author | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2018-06-27 18:26:06 +0200 |
---|---|---|
committer | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2018-08-08 23:25:04 +0200 |
commit | c2f29cf3d703e941d86c403682f9b76332bfdd6d (patch) | |
tree | eaa0e925405b9f5ac2ef16eb5d5988c9591d9b50 /lib/command.h | |
parent | bfdd: wire to the build process (diff) | |
download | frr-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.h | 2 |
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 */ }; |