mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 10:58:39 +00:00
zebra: fix static route config write
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
5a52387a11
commit
be627102c0
@ -2230,7 +2230,7 @@ int static_config(struct vty *vty, struct zebra_vrf *zvrf, afi_t afi,
|
||||
if (shr->flag_str)
|
||||
vty_out(vty, "%s ", shr->flag_str);
|
||||
if (shr->tag_str)
|
||||
vty_out(vty, "tag %s", shr->tag_str);
|
||||
vty_out(vty, "tag %s ", shr->tag_str);
|
||||
if (shr->distance_str)
|
||||
vty_out(vty, "%s ", shr->distance_str);
|
||||
if (shr->label_str)
|
||||
|
Loading…
Reference in New Issue
Block a user