Merge pull request #11918 from patrasar/show_ipv6_mld_interface_fix

pim6d: "show ipv6 mld interface" command
This commit is contained in:
Donatas Abraitis 2022-09-21 10:19:33 +03:00 committed by GitHub
commit 96e8d5fb04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2493,13 +2493,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|all>$vrf_str] interface [IFNAME] [detail$detail|json$json]",
DEBUG_STR
"show ipv6 mld [vrf <VRF|all>$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)
{