summaryrefslogtreecommitdiff
path: root/lib/command.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-05-13 23:38:14 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-05-13 23:38:14 -0400
commita616ea5f24374e412b34d88bdd51e5d0165e329b (patch)
tree536610609111282a877909fb47742b8a4ed76a81 /lib/command.c
parent053d05608f64dc7c6bd3fbb4254fcc73a35de943 (diff)
lib, vtysh: Add bits and pieces to allow vtysh to understand babel
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/command.c')
-rw-r--r--lib/command.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/command.c b/lib/command.c
index 03092ed184..661629325d 100644
--- a/lib/command.c
+++ b/lib/command.c
@@ -1402,6 +1402,7 @@ cmd_exit (struct vty *vty)
case BGP_NODE:
case RIP_NODE:
case EIGRP_NODE:
+ case BABEL_NODE:
case RIPNG_NODE:
case OSPF_NODE:
case OSPF6_NODE:
@@ -1486,6 +1487,7 @@ DEFUN (config_end,
case RIP_NODE:
case RIPNG_NODE:
case EIGRP_NODE:
+ case BABEL_NODE:
case BGP_NODE:
case BGP_ENCAP_NODE:
case BGP_ENCAPV6_NODE: