diff options
| author | Sai Gomathi N <nsaigomathi@vmware.com> | 2022-01-18 07:16:51 -0800 |
|---|---|---|
| committer | Sai Gomathi N <nsaigomathi@vmware.com> | 2022-04-05 00:00:01 -0700 |
| commit | c8b3d45de274f6941638a342f2d502b377e2ee7e (patch) | |
| tree | c144807ed960179a942c20bac0c8ab9e1c68dda6 /pimd/pim_cmd_common.h | |
| parent | 4e35ece397fc5bcbd15aa0c5341f8447f206031b (diff) | |
pim6d: Adding "ipv6 mld query-max-response-time" CLI
Adding the Interface level config command
ipv6 mld query-max-response-time <1-65535>
This command can be use to tune the max response time for general queries.
The number of seconds represented by the [Query Response Interval] must be less than the [Query Interval]
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 00a9a56738..9f562d43b4 100644 --- a/pimd/pim_cmd_common.h +++ b/pimd/pim_cmd_common.h @@ -93,6 +93,9 @@ void pim_show_neighbors_single(struct pim_instance *pim, struct vty *vty, const char *neighbor, json_object *json); void pim_show_neighbors(struct pim_instance *pim, struct vty *vty, json_object *json); +int gm_process_query_max_response_time_cmd(struct vty *vty, + const char *qmrt_str); +int gm_process_no_query_max_response_time_cmd(struct vty *vty); /* * Special Macro to allow us to get the correct pim_instance */ |
