diff options
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 23042ef14e..c34c782969 100644 --- a/pimd/pim6_mld.c +++ b/pimd/pim6_mld.c @@ -2997,9 +2997,9 @@ DEFPY(gm_debug_show,        "debug show mld interface IFNAME",        DEBUG_STR        SHOW_STR -      "MLD" +      MLD_STR        INTERFACE_STR -      "interface name") +      "interface name\n")  {  	struct interface *ifp;  	struct pim_interface *pim_ifp;  | 
