From ad56b07c0915aabded3ba68c63658680984ab7bd Mon Sep 17 00:00:00 2001 From: Sarita Patra Date: Tue, 6 Sep 2022 23:48:09 -0700 Subject: [PATCH] pim6d: fix "show ipv6 mld interface" command Issue: ===== frr# show ipv6 mld interface All VRFs Fix: === frr# show ipv6 mld interface MLD interface information Signed-off-by: Sarita Patra --- pimd/pim6_mld.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pimd/pim6_mld.c b/pimd/pim6_mld.c index ecc771d85d..9e27ba7831 100644 --- a/pimd/pim6_mld.c +++ b/pimd/pim6_mld.c @@ -2495,13 +2495,13 @@ static void gm_show_if(struct vty *vty, struct vrf *vrf, const char *ifname, DEFPY(gm_show_interface, gm_show_interface_cmd, - "show ipv6 mld [vrf $vrf_str] interface [IFNAME] [detail$detail|json$json]", - DEBUG_STR + "show ipv6 mld [vrf $vrf_str] interface [IFNAME | detail$detail] [json$json]", SHOW_STR IPV6_STR MLD_STR VRF_FULL_CMD_HELP_STR "MLD interface information\n" + "Interface name\n" "Detailed output\n" JSON_STR) {