mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-15 21:56:10 +00:00
pimd: Add usage of vty_frame for vrf configuration
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
915902cb82
commit
76260b3578
@ -202,9 +202,9 @@ static int pim_vrf_config_write(struct vty *vty)
|
|||||||
if (vrf->vrf_id == VRF_DEFAULT)
|
if (vrf->vrf_id == VRF_DEFAULT)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
vty_out(vty, "vrf %s\n", vrf->name);
|
vty_frame(vty, "vrf %s\n", vrf->name);
|
||||||
pim_global_config_write_worker(pim, vty);
|
pim_global_config_write_worker(pim, vty);
|
||||||
vty_out(vty, "!\n");
|
vty_endframe(vty, "!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user