summaryrefslogtreecommitdiffstats
path: root/lib/command.c
diff options
context:
space:
mode:
authorEverton Marques <everton.marques@gmail.com>2009-11-18 17:19:43 -0200
committerDavid Lamparter <equinox@opensourcerouting.org>2015-02-04 06:07:52 +0100
commit42e3078a1e4a0bbb033351ad5a65729a17c1fa19 (patch)
tree8b9a3ae347e5a03a3d938a905fc54c1ad365ef30 /lib/command.c
parent3e92c456b01bb9364a0e68e0124c9ff36edc0b4b (diff)
downloadquagga-42e3078a1e4a0bbb033351ad5a65729a17c1fa19.tar.bz2
quagga-42e3078a1e4a0bbb033351ad5a65729a17c1fa19.tar.xz
[pim] Clean-up
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 d1af7fa2..8870a421 100644
--- a/lib/command.c
+++ b/lib/command.c
@@ -2872,6 +2872,7 @@ DEFUN (config_exit,
case KEYCHAIN_NODE:
case MASC_NODE:
case RMAP_NODE:
+ case PIM_NODE:
case VTY_NODE:
vty->node = CONFIG_NODE;
break;
@@ -2929,6 +2930,7 @@ DEFUN (config_end,
case KEYCHAIN_NODE:
case KEYCHAIN_KEY_NODE:
case MASC_NODE:
+ case PIM_NODE:
case VTY_NODE:
vty_config_unlock (vty);
vty->node = ENABLE_NODE;