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:
Mark Stapp 2023-10-30 13:55:45 -04:00 committed by GitHub
commit 707fcaa01e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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",