mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-23 21:18:10 +00:00
vtysh: .history_quagga --> .history_frr
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
fb444efb68
commit
ddb3dcc733
@ -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