diff options
| author | Sai Gomathi N <nsaigomathi@vmware.com> | 2022-01-18 07:31:56 -0800 | 
|---|---|---|
| committer | Sai Gomathi N <nsaigomathi@vmware.com> | 2022-04-05 00:00:10 -0700 | 
| commit | e7ec758dff23efcd34917d51228af8c36911b745 (patch) | |
| tree | 2654d4f92e11d36cb36541c4fbfce230edf9d5ba /pimd/pim_cmd_common.h | |
| parent | c889adcb263f8126ffe34f5def48e73f2defc92f (diff) | |
pim6d: Adding "ipv6 mld last-member-query-interval" CLI
Adding the Interface level config command
ipv6 mld last-member-query-interval (1-65535)
This command can be use to tune the response time for group specific queries.
Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
Diffstat (limited to 'pimd/pim_cmd_common.h')
| -rw-r--r-- | pimd/pim_cmd_common.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/pimd/pim_cmd_common.h b/pimd/pim_cmd_common.h index 5bd8869ce4..1ea2ef58ed 100644 --- a/pimd/pim_cmd_common.h +++ b/pimd/pim_cmd_common.h @@ -99,6 +99,9 @@ int gm_process_no_query_max_response_time_cmd(struct vty *vty);  int gm_process_last_member_query_count_cmd(struct vty *vty,  					   const char *lmqc_str);  int gm_process_no_last_member_query_count_cmd(struct vty *vty); +int gm_process_last_member_query_interval_cmd(struct vty *vty, +					      const char *lmqi_str); +int gm_process_no_last_member_query_interval_cmd(struct vty *vty);  /*   * Special Macro to allow us to get the correct pim_instance   */  | 
