aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/vty/command.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-04-30 21:14:05 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-04 07:20:42 +0200
commita977b3d1ee392e2c3714a5564bc0cec06b75a89d (patch)
tree3eec8b0c2770164b85ff2a9234544bd185448d80 /openbsc/src/vty/command.c
parent7b8255c52d440fc8c802e58a21815473cf2fd3be (diff)
gbproxy: add VTY node
Diffstat (limited to 'openbsc/src/vty/command.c')
-rw-r--r--openbsc/src/vty/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/vty/command.c b/openbsc/src/vty/command.c
index 278d980e9..62144eeb6 100644
--- a/openbsc/src/vty/command.c
+++ b/openbsc/src/vty/command.c
@@ -2363,6 +2363,7 @@ gDEFUN(config_exit,
vty->node = CONFIG_NODE;
break;
case MGCP_NODE:
+ case GBPROXY_NODE:
vty->node = CONFIG_NODE;
vty->index = NULL;
default: