gbproxy: add VTY node

This commit is contained in:
Harald Welte
2010-04-30 21:14:05 +02:00
parent 7b8255c52d
commit a977b3d1ee
2 changed files with 2 additions and 0 deletions

View File

@@ -107,6 +107,7 @@ enum node_type {
TS_NODE, TS_NODE,
SUBSCR_NODE, SUBSCR_NODE,
MGCP_NODE, MGCP_NODE,
GBPROXY_NODE,
}; };
/* Node which has some commands and prompt string and configuration /* Node which has some commands and prompt string and configuration

View File

@@ -2363,6 +2363,7 @@ gDEFUN(config_exit,
vty->node = CONFIG_NODE; vty->node = CONFIG_NODE;
break; break;
case MGCP_NODE: case MGCP_NODE:
case GBPROXY_NODE:
vty->node = CONFIG_NODE; vty->node = CONFIG_NODE;
vty->index = NULL; vty->index = NULL;
default: default: