mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 16:26:10 +00:00
Workaround for Bugzilla #58.
This commit is contained in:
parent
8842468c7a
commit
2a56df976d
@ -1,3 +1,7 @@
|
||||
2004-05-10 Hasso Tepper <hasso@estpak.ee>
|
||||
|
||||
* vtysh.c: Workaround for most hated vtysh bug - Bugzilla #58.
|
||||
|
||||
2004-04-06 Hasso Tepper <hasso@estpak.ee>
|
||||
|
||||
* vtysh_main.c: Don't save command to history if last command already
|
||||
|
@ -1040,6 +1040,8 @@ vtysh_exit (struct vty *vty)
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user