zebra: fix static route config write

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
Quentin Young 2018-03-19 17:35:39 -04:00
parent 5a52387a11
commit be627102c0
No known key found for this signature in database
GPG Key ID: DAF48E0F57E0834F

View File

@ -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)