mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-29 14:40:47 +00:00
vtysh: service integrated-vtysh-config not being written to file
The vtysh commands: service integrated-vtysh-config hostname XXXX were not being written to the /etc/quagga/Quagga.conf file with a wr mem when service integrated-vtysh-config was issued. This patch fixes this issue
This commit is contained in:
parent
84f04a6d0f
commit
f64e741e65
@ -2032,6 +2032,7 @@ write_config_integrated(void)
|
||||
for (i = 0; i < array_size(vtysh_client); i++)
|
||||
vtysh_client_config (&vtysh_client[i], line);
|
||||
|
||||
vtysh_config_write ();
|
||||
vtysh_config_dump (fp);
|
||||
|
||||
fclose (fp);
|
||||
|
Loading…
Reference in New Issue
Block a user