]> git.puffer.fish Git - mirror/frr.git/commitdiff
pimd: correcting the definition for Mroute flag "R" 7739/head
authorMobashshera Rasool <mrasool@vmware.com>
Tue, 15 Dec 2020 12:36:34 +0000 (12:36 +0000)
committerMobashshera Rasool <mrasool@vmware.com>
Tue, 15 Dec 2020 12:36:34 +0000 (12:36 +0000)
The flag "R" in below display description denotes the
SGRpt Pruned but the description shows something else
hence correcting the definition.

R2(config)# do show ip mroute
IP Multicast Routing Table
Flags: S- Sparse, C - Connected, P - Pruned
R - RP-bit set, F - Register flag

Signed-off-by: Mobashshera Rasool <mrasool@vmware.com>
pimd/pim_cmd.c

index 6d01cc73d72a6af150e2602ff7776635232a9ae4..a198a49173d6fad3288792031a29500923f8b28f 100644 (file)
@@ -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");
        }