mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 20:51:17 +00:00
Merge pull request #1795 from qlyoung/vtysh-history-q2f
vtysh: .history_quagga --> .history_frr
This commit is contained in:
commit
e7c9f3f958
@ -527,7 +527,7 @@ int main(int argc, char **argv, char **env)
|
||||
homedir = vtysh_get_home();
|
||||
if (homedir) {
|
||||
snprintf(history_file, sizeof(history_file),
|
||||
"%s/.history_quagga", homedir);
|
||||
"%s/.history_frr", homedir);
|
||||
if (read_history(history_file) != 0) {
|
||||
int fp;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user