summaryrefslogtreecommitdiff
path: root/python/runtests.py
diff options
context:
space:
mode:
authorSarita Patra <saritap@vmware.com>2023-02-24 07:01:22 -0800
committerSarita Patra <saritap@vmware.com>2023-02-24 07:21:15 -0800
commitfe4db62c3dbc7a2ab1b27ae879bf0a76dcfe5b4d (patch)
treebce40f78dd700c6978b8343c2c224fc1b677496e /python/runtests.py
parentba995a720b498955720f0caeeb4d26bac2b84be4 (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>
Diffstat (limited to 'python/runtests.py')
0 files changed, 0 insertions, 0 deletions