mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 12:44:55 +00:00
Merge pull request #1084 from donaldsharp/zebra_frame
zebra: Fix vty_frame usage in zebra
This commit is contained in:
commit
848e7ccac4
@ -2850,8 +2850,8 @@ static int if_config_write(struct vty *vty)
|
|||||||
if (ifp->vrf_id == VRF_DEFAULT)
|
if (ifp->vrf_id == VRF_DEFAULT)
|
||||||
vty_frame(vty, "interface %s\n", ifp->name);
|
vty_frame(vty, "interface %s\n", ifp->name);
|
||||||
else
|
else
|
||||||
vty_out(vty, "interface %s vrf %s\n", ifp->name,
|
vty_frame(vty, "interface %s vrf %s\n", ifp->name,
|
||||||
vrf->name);
|
vrf->name);
|
||||||
|
|
||||||
if (if_data) {
|
if (if_data) {
|
||||||
if (if_data->shutdown == IF_ZEBRA_SHUTDOWN_ON)
|
if (if_data->shutdown == IF_ZEBRA_SHUTDOWN_ON)
|
||||||
|
Loading…
Reference in New Issue
Block a user