]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim6_mld.c
pim6d: Fix missing parameters in "show ipv6 mld interface" command
authorSarita Patra <saritap@vmware.com>
Fri, 24 Feb 2023 15:13:30 +0000 (07:13 -0800)
committerSarita Patra <saritap@vmware.com>
Sat, 25 Feb 2023 07:58:30 +0000 (23:58 -0800)
commitcbb1e51311ca710540d752c9d6c7689f8fc65dc4
treee32851e7b5c830e37eddb4f572f30e448846e0d0
parent3ab119a4bb79c46c8cce99c8a6ee860c43e378dd
pim6d: Fix missing parameters in "show ipv6 mld interface" command

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

After fix:
=========
frr(config-if)# do show ipv6 mld interface
 Interface  State  Address                   V  Querier  QuerierIp                 Query Timer   Uptime
 ens224     up     fe80::250:56ff:feb7:a7e3  1  local    fe80::250:56ff:feb7:a7e3  00:01:22.263  00:08:00.237

Issue: #11241

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