mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-10 06:52:36 +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();
|
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