]> git.proxmox.com Git - mirror_frr.git/commit
pim6d: Fix the Code for MLD in the show pim state command
authorMobashshera Rasool <mrasool@vmware.com>
Tue, 30 Aug 2022 10:02:25 +0000 (03:02 -0700)
committerMobashshera Rasool <mrasool@vmware.com>
Tue, 30 Aug 2022 10:13:42 +0000 (03:13 -0700)
commite73f7bf2563b3b571f689e175aedef24f1a650bd
treea8e85747fc0bd9c7b70d8133f6ad430bbc9b53b8
parent58e0011dc53692d5c4cf94be1e7274addb4bcb31
pim6d: Fix the Code for MLD in the show pim state command

show ip pim state should show IGMP Report while
show ipv6 pim state should show MLD Report.

Output After Fix:
frr# do sh ip pim state
Codes: J -> Pim Join, I -> IGMP Report, S -> Source, * -> Inherited from (*,G), V -> VxLAN, M -> Muted
Active Source           Group            RPT  IIF               OIL

frr# do sh ipv6 pim state
Codes: J -> Pim Join, I -> MLD Report, S -> Source, * -> Inherited from (*,G), V -> VxLAN, M -> Muted
Active Source           Group            RPT  IIF               OIL

frr#

Issue: #11249

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