summaryrefslogtreecommitdiff
path: root/pimd/pim6_cmd.c
diff options
context:
space:
mode:
authorSai Gomathi N <nsaigomathi@vmware.com>2022-06-30 01:17:26 -0700
committerSai Gomathi N <nsaigomathi@vmware.com>2022-06-30 01:49:54 -0700
commit229a20e2adaadfce5a196428439d92c19d35711e (patch)
treef0f30570f8bcb2792188d659637373109d86522d /pimd/pim6_cmd.c
parentfd878267a3c2bb88c638ac0bef7e389b8e39fea7 (diff)
pimd: Modifying member of pim_instance to accomodate IPv6 changes
Modifying igmp_watermark_limit of struct pim_instance to gm_watermark_limit which is to be used for both IGMP and MLD. Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
Diffstat (limited to 'pimd/pim6_cmd.c')
-rw-r--r--pimd/pim6_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim6_cmd.c b/pimd/pim6_cmd.c
index 4f0758cf6a..a327525904 100644
--- a/pimd/pim6_cmd.c
+++ b/pimd/pim6_cmd.c
@@ -687,7 +687,7 @@ DEFPY (ipv6_mld_group_watermark,
{
PIM_DECLVAR_CONTEXT_VRF(vrf, pim);
- /* TBD Depends on MLD data structure changes */
+ /* TBD Depends on MLD data structure changes */
(void)pim;
return CMD_SUCCESS;