diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2020-04-28 17:14:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-28 17:14:28 +0200 |
| commit | ff57083b80c13d1f0ebd03e904d4b7ad5520ed39 (patch) | |
| tree | 5b62a16d8a07952b4c7bfd74edb8f794e3ced41d /pimd/pim_cmd.c | |
| parent | 4dc3c8b4b974e055049149dab1ef327b387ce455 (diff) | |
| parent | 5d06e8a60efab82376376af64cb9f1948f110072 (diff) | |
Merge pull request #6308 from donaldsharp/pim_ordering
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 fe9b5e1beb..76ee18ee84 100644 --- a/pimd/pim_cmd.c +++ b/pimd/pim_cmd.c @@ -5825,7 +5825,7 @@ static void show_mroute(struct pim_instance *pim, struct vty *vty, json = json_object_new_object(); } else { vty_out(vty, "IP Multicast Routing Table\n"); - vty_out(vty, "Flags: S- Sparse, C - Connected, P - Pruned\n"); + vty_out(vty, "Flags: S - Sparse, C - Connected, P - Pruned\n"); vty_out(vty, " R - RP-bit set, F - Register flag, T - SPT-bit set\n"); vty_out(vty, |
