]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim6_mld.c
pim6d: Don't display MLD disabled or down interfaces in "show ipv6 mld interface...
authorSarita Patra <saritap@vmware.com>
Fri, 24 Feb 2023 15:01:22 +0000 (07:01 -0800)
committerSarita Patra <saritap@vmware.com>
Fri, 24 Feb 2023 15:21:15 +0000 (07:21 -0800)
commitfe4db62c3dbc7a2ab1b27ae879bf0a76dcfe5b4d
treebce40f78dd700c6978b8343c2c224fc1b677496e
parentba995a720b498955720f0caeeb4d26bac2b84be4
pim6d: Don't display MLD disabled or down interfaces in "show ipv6 mld interface" cmd

We should not display down interfaces or MLD disabled interfaces in
"show ipv6 mld interface" command.

Before fix:
==========
frr# show ipv6 mld interface
Interface         State  V  Querier                    Timer               Uptime
ens192            up     2  fe80::250:56ff:feb7:d04    query 00:00:25.432  00:00:07.038
ens224            up     1  fe80::250:56ff:feb7:a7e3   query 00:00:24.219  00:00:07.031
pim6reg            down

After fix:
=========
frr# show ipv6 mld interface
Interface         State  V  Querier                    Timer               Uptime
ens192            up     2  fe80::250:56ff:feb7:d04    query 00:00:25.432  00:00:07.038
ens224            up     1  fe80::250:56ff:feb7:a7e3   query 00:00:24.219  00:00:07.031

Issue: #11241

Signed-off-by: Sarita Patra <saritap@vmware.com>
pimd/pim6_mld.c