layer23 VTY: "end" now ends configuration in all config subnodes.

This commit is contained in:
Andreas.Eversberg 2010-06-16 17:13:52 +00:00
parent 7f79cb8e03
commit 4fff9fbd8e
1 changed files with 2 additions and 0 deletions

View File

@ -2387,6 +2387,8 @@ ALIAS(config_exit,
break;
case CONFIG_NODE:
case VTY_NODE:
case MS_NODE:
case TESTSIM_NODE:
vty_config_unlock(vty);
vty->node = ENABLE_NODE;
break;