diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-06-13 16:11:32 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-06-13 16:11:32 +0200 |
| commit | e885ed85bb0aa46ae41b554c772801387901f690 (patch) | |
| tree | 97feb4833d1967321a75dbec90a77dd51f04a129 /lib/command.c | |
| parent | 5da670a08b9dda74faf2612df205eaed23c75ad2 (diff) | |
| parent | e763afa5072e3c39f0caa2fe44472c2d70830144 (diff) | |
Merge pull request #624 "Babel"
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/command.c b/lib/command.c index 38d28a1388..8a4250bce5 100644 --- a/lib/command.c +++ b/lib/command.c @@ -1218,6 +1218,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: @@ -1300,6 +1301,7 @@ DEFUN (config_end, case RIP_NODE: case RIPNG_NODE: case EIGRP_NODE: + case BABEL_NODE: case BGP_NODE: case BGP_VRF_POLICY_NODE: case BGP_VNC_DEFAULTS_NODE: |
