mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 13:21:22 +00:00
Merge pull request #11918 from patrasar/show_ipv6_mld_interface_fix
pim6d: "show ipv6 mld interface" command
This commit is contained in:
commit
96e8d5fb04
@ -2493,13 +2493,13 @@ static void gm_show_if(struct vty *vty, struct vrf *vrf, const char *ifname,
|
|||||||
|
|
||||||
DEFPY(gm_show_interface,
|
DEFPY(gm_show_interface,
|
||||||
gm_show_interface_cmd,
|
gm_show_interface_cmd,
|
||||||
"show ipv6 mld [vrf <VRF|all>$vrf_str] interface [IFNAME] [detail$detail|json$json]",
|
"show ipv6 mld [vrf <VRF|all>$vrf_str] interface [IFNAME | detail$detail] [json$json]",
|
||||||
DEBUG_STR
|
|
||||||
SHOW_STR
|
SHOW_STR
|
||||||
IPV6_STR
|
IPV6_STR
|
||||||
MLD_STR
|
MLD_STR
|
||||||
VRF_FULL_CMD_HELP_STR
|
VRF_FULL_CMD_HELP_STR
|
||||||
"MLD interface information\n"
|
"MLD interface information\n"
|
||||||
|
"Interface name\n"
|
||||||
"Detailed output\n"
|
"Detailed output\n"
|
||||||
JSON_STR)
|
JSON_STR)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user