summaryrefslogtreecommitdiff
path: root/ripd/rip_debug.c
diff options
context:
space:
mode:
authorSarita Patra <saritap@vmware.com>2023-02-24 07:01:22 -0800
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2023-02-27 19:03:11 +0000
commitaa3f3511de5b09c088bd503f4a0ef970757ed907 (patch)
tree5d1824bb4029ba55fdde191d10a2e6a0bc059c24 /ripd/rip_debug.c
parent63b643d1cf0a7d218bebc2570c1cbd25c361e084 (diff)
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> (cherry picked from commit fe4db62c3dbc7a2ab1b27ae879bf0a76dcfe5b4d)
Diffstat (limited to 'ripd/rip_debug.c')
0 files changed, 0 insertions, 0 deletions