mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-13 21:28:27 +00:00
Merge pull request #14693 from FRRouting/mergify/bp/dev/9.1/pr-14688
ospfd, ospf6d: Fix spacing nit for `show ... summary-address` command (backport #14688)
This commit is contained in:
commit
707fcaa01e
@ -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