diff options
| author | Jafar Al-Gharaibeh <Jafaral@users.noreply.github.com> | 2020-12-15 16:14:32 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-15 16:14:32 -0600 |
| commit | d1e82cfd18ec4705b9867f178380588d23a98eec (patch) | |
| tree | a8e90a753d50decf91bfb1c10d5d5de147444d1b /pimd/pim_cmd.c | |
| parent | b93a15d912f6f7b4dfee8fe0f2c4f9247cd7f933 (diff) | |
| parent | e9376c880a9d079a2d057550dc7b0ed0df83ce07 (diff) | |
Merge pull request #7739 from mobash-rasool/pim-fixes
pimd: correcting the definition for Mroute flag "R"
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 02a4c9c1fc..8e7b13cc17 100644 --- a/pimd/pim_cmd.c +++ b/pimd/pim_cmd.c @@ -5858,7 +5858,7 @@ static void show_mroute(struct pim_instance *pim, struct vty *vty, vty_out(vty, "IP Multicast Routing Table\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"); + " R - SGRpt Pruned, F - Register flag, T - SPT-bit set\n"); vty_out(vty, "\nSource Group Flags Proto Input Output TTL Uptime\n"); } |
