diff options
author | Russ White <russ@riw.us> | 2020-03-24 15:16:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-24 15:16:43 +0100 |
commit | bb1cceed4a7cc67cc8ebf3360cd15eca31efa5a9 (patch) | |
tree | a4df8e49b97ed9cf86c6ac341286cd54c8ac3b4d /pimd/pim_cmd.c | |
parent | Merge pull request #6015 from sarav511/bsmfwd (diff) | |
parent | pimd: re-shaping show ip mroute outout (diff) | |
download | frr-bb1cceed4a7cc67cc8ebf3360cd15eca31efa5a9.tar.xz frr-bb1cceed4a7cc67cc8ebf3360cd15eca31efa5a9.zip |
Merge pull request #6024 from patrasar/mroute_reshape
pimd: re-shaping show ip mroute outout
Diffstat (limited to 'pimd/pim_cmd.c')
-rw-r--r-- | pimd/pim_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_cmd.c b/pimd/pim_cmd.c index 30208deb1..92de99f33 100644 --- a/pimd/pim_cmd.c +++ b/pimd/pim_cmd.c @@ -5807,7 +5807,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(); |