commit | 2a56df976d3fb0800921ef561c346b85e7acb6be | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Sun May 09 23:16:40 2004 +0000 |
committer | hasso <hasso> | Sun May 09 23:16:40 2004 +0000 |
tree | 889f9b8af0cbb82cd81d625c8ea683a5aecddfad | |
parent | 8842468c7a1c13c9dde1e26714eb2b2c56ec053b [diff] [blame] |
Workaround for Bugzilla #58.
diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c index c92c6c4..9729d2e 100644 --- a/vtysh/vtysh.c +++ b/vtysh/vtysh.c
@@ -1040,6 +1040,8 @@ case RMAP_NODE: case VTY_NODE: case KEYCHAIN_NODE: + vtysh_execute("end"); + vtysh_execute("configure terminal"); vty->node = CONFIG_NODE; break; case BGP_VPNV4_NODE: