diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-09-21 10:19:33 +0300 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-21 10:19:33 +0300 | 
| commit | 96e8d5fb04857eb91bd017b2a5370465f11d9fc7 (patch) | |
| tree | 4b0b7c6e970f2ebc84b379627cfd13fbe57ddec0 /pimd/pim6_mld.c | |
| parent | ea59d5e08d511d950f3d23742d105cbea383b0ea (diff) | |
| parent | ad56b07c0915aabded3ba68c63658680984ab7bd (diff) | |
Merge pull request #11918 from patrasar/show_ipv6_mld_interface_fix
pim6d: "show ipv6 mld interface" command
Diffstat (limited to 'pimd/pim6_mld.c')
| -rw-r--r-- | pimd/pim6_mld.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pim6_mld.c b/pimd/pim6_mld.c index 637614dc91..ee5c715eae 100644 --- a/pimd/pim6_mld.c +++ b/pimd/pim6_mld.c @@ -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)  {  | 
