[gpprs] Add VTY node for SGSN

This commit is contained in:
Harald Welte
2010-05-01 16:46:11 +02:00
parent f533e13c14
commit a67cbd6f06
2 changed files with 2 additions and 0 deletions

View File

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

View File

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