mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-25 02:38:41 +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();
|
homedir = vtysh_get_home();
|
||||||
if (homedir) {
|
if (homedir) {
|
||||||
snprintf(history_file, sizeof(history_file),
|
snprintf(history_file, sizeof(history_file),
|
||||||
"%s/.history_quagga", homedir);
|
"%s/.history_frr", homedir);
|
||||||
if (read_history(history_file) != 0) {
|
if (read_history(history_file) != 0) {
|
||||||
int fp;
|
int fp;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user