mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-20 06:47:59 +00:00
Merge pull request #9653 from pguibert6WIND/carriage_return
bgpd: add carriage return when dumping tags from all evpn rds
This commit is contained in:
commit
eb4738eb8f
@ -9314,7 +9314,8 @@ void route_vty_out_tag(struct vty *vty, const struct prefix *p,
|
||||
vty_out(vty, "notag/%d", label);
|
||||
vty_out(vty, "\n");
|
||||
}
|
||||
}
|
||||
} else if (!json)
|
||||
vty_out(vty, "\n");
|
||||
}
|
||||
|
||||
void route_vty_out_overlay(struct vty *vty, const struct prefix *p,
|
||||
|
Loading…
Reference in New Issue
Block a user