layer23 VTY: "end" now ends configuration in all config subnodes.
authorAndreas.Eversberg <jolly@eversberg.eu>
Wed, 16 Jun 2010 17:13:52 +0000 (17:13 +0000)
committerAndreas.Eversberg <jolly@eversberg.eu>
Wed, 16 Jun 2010 17:13:52 +0000 (17:13 +0000)
src/host/layer23/src/vty/command.c

index 15e95af..7ee3f34 100644 (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;