]> git.puffer.fish Git - mirror/frr.git/commitdiff
ospfd, ospf6d: Fix spacing nit for `show ... summary-address` command 14693/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Mon, 30 Oct 2023 06:39:21 +0000 (08:39 +0200)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Mon, 30 Oct 2023 12:50:19 +0000 (12:50 +0000)
```
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 ed2b5937207e60a523a4029bd24836660ecde5c9)

ospf6d/ospf6_top.c
ospfd/ospf_vty.c

index 4c40298799e9d33428c135b72a320b92f6ad136a..216837d8a5c203104b842bf091264ee4f6dd705d 100644 (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 {
index 8c3ad7f372d5d63f60f28b5b97b53026a7f4bfc3..4f62e4f87f27de51eb99b93a6c64d2dc1217349f 100644 (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",