diff options
| author | Rafael Zalamena <rzalamena@users.noreply.github.com> | 2021-03-05 11:22:47 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-05 11:22:47 +0000 |
| commit | ee56932473df1da8fb58260711ad27cc618d108d (patch) | |
| tree | e2da059cb44f560c3d284f91318c172012553ba3 /pimd/pim_cmd.c | |
| parent | ddbc1b4dd9775ea23759a684bb582ce8409abb8b (diff) | |
| parent | 23f3a92e348207a22c58669971bb135f75aecaf7 (diff) | |
Merge pull request #8165 from wesleycoakley/misc-qol-fixups
staticd, pimd, tests: small fixups and cov fix
Diffstat (limited to 'pimd/pim_cmd.c')
| -rw-r--r-- | pimd/pim_cmd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pim_cmd.c b/pimd/pim_cmd.c index 714d6e8e1d..ae5b7940e9 100644 --- a/pimd/pim_cmd.c +++ b/pimd/pim_cmd.c @@ -6057,7 +6057,7 @@ static void show_mroute(struct pim_instance *pim, struct vty *vty, vty_out(vty, " R - SGRpt Pruned, 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(); @@ -6247,7 +6247,7 @@ static void show_mroute(struct pim_instance *pim, struct vty *vty, } vty_out(vty, - "%-15s %-15s %-15s %-6s %-16s %-16s %-3d %8s\n", + "%-15s %-15s %-8s %-6s %-16s %-16s %-3d %8s\n", src_str, grp_str, state_str, proto, in_ifname, out_ifname, ttl, mroute_uptime); |
