mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 00:59:13 +00:00
ospfd, ospf6d: Fix spacing nit for show ... summary-address
command
```
r1# sh ipv6 ospf6 summary-address
VRF Name: default
aggregation delay interval :5(in seconds)
```
Just hit this random and looks ugly, let's fix it.
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
(cherry picked from commit ed2b593720
)
This commit is contained in:
parent
1c44c6b14f
commit
f20879e6cb
@ -2015,7 +2015,7 @@ ospf6_show_summary_address(struct vty *vty, struct ospf6 *ospf6,
|
||||
|
||||
if (!uj) {
|
||||
ospf6_show_vrf_name(vty, ospf6, json_vrf);
|
||||
vty_out(vty, "aggregation delay interval :%u(in seconds)\n\n",
|
||||
vty_out(vty, "aggregation delay interval: %u(in seconds)\n\n",
|
||||
ospf6->aggr_delay_interval);
|
||||
vty_out(vty, "%s\n", header);
|
||||
} else {
|
||||
|
@ -11994,7 +11994,7 @@ static int ospf_show_summary_address(struct vty *vty, struct ospf *ospf,
|
||||
ospf_show_vrf_name(ospf, vty, json_vrf, use_vrf);
|
||||
|
||||
if (!uj) {
|
||||
vty_out(vty, "aggregation delay interval :%u(in seconds)\n\n",
|
||||
vty_out(vty, "aggregation delay interval: %u(in seconds)\n\n",
|
||||
ospf->aggr_delay_interval);
|
||||
} else {
|
||||
json_object_int_add(json_vrf, "aggregationDelayInterval",
|
||||
|
Loading…
Reference in New Issue
Block a user