]> git.puffer.fish Git - mirror/frr.git/commit
pimd: correct the show ip igmp sources output 11007/head
authorMobashshera Rasool <mrasool@vmware.com>
Mon, 11 Apr 2022 07:14:22 +0000 (00:14 -0700)
committerMobashshera Rasool <mrasool@vmware.com>
Mon, 11 Apr 2022 07:17:11 +0000 (00:17 -0700)
commite1f87dce0f530b3562a5c4f7980404afb7e5791b
tree0678178dec8547823684ffcba3d7bc88552d8486
parentd6d890a656951e2dd51d07d553cac235cd906477
pimd: correct the show ip igmp sources output

frr(config-if)# ip igmp join 232.1.1.1 10.10.10.10
frr(config-if)# do sh ip igmp sources
Interface        Address         Group           Source          Timer Fwd Uptime
ens192           232.1.1.1       10.10.10.10     04:10   N 00:00:10
frr(config-if)#

The above output is misaligned and is having Address field which is not
required here.

Fixing it.

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