mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 02:30:52 +00:00
zebra: Fix vrf output
When you have individual 'ip route..' commands under a VRF allow them to be displayed properly Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
54085eafeb
commit
2bfe7ba7d4
@ -568,7 +568,6 @@ static int vrf_config_write(struct vty *vty)
|
|||||||
? " prefix-routes-only"
|
? " prefix-routes-only"
|
||||||
: "");
|
: "");
|
||||||
zebra_ns_config_write(vty, (struct ns *)vrf->ns_ctxt);
|
zebra_ns_config_write(vty, (struct ns *)vrf->ns_ctxt);
|
||||||
vty_out(vty, "!\n");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static_config(vty, zvrf, AFI_IP, SAFI_UNICAST, "ip route");
|
static_config(vty, zvrf, AFI_IP, SAFI_UNICAST, "ip route");
|
||||||
|
Loading…
Reference in New Issue
Block a user