]> git.puffer.fish Git - mirror/frr.git/commitdiff
pimd: re-shaping show ip mroute outout 6024/head
authorSarita Patra <saritap@vmware.com>
Wed, 18 Mar 2020 04:44:20 +0000 (21:44 -0700)
committerSarita Patra <saritap@vmware.com>
Wed, 18 Mar 2020 04:44:20 +0000 (21:44 -0700)
Signed-off-by: Sarita Patra <saritap@vmware.com>
pimd/pim_cmd.c

index af25d930d1a337c3688350d8654482e5c4f61d43..ed15f33539c8c2493e1bb03b98a9bee8fb9515f9 100644 (file)
@@ -5803,7 +5803,7 @@ static void show_mroute(struct pim_instance *pim, struct vty *vty,
                vty_out(vty,
                        "       R - RP-bit set, F - Register flag, T - SPT-bit set\n");
                vty_out(vty,
-                       "\nSource          Group           Flags       Proto  Input            Output           TTL  Uptime\n");
+                       "\nSource          Group           Flags   Proto  Input            Output           TTL  Uptime\n");
        }
 
        now = pim_time_monotonic_sec();