diff options
| author | Sarita Patra <saritap@vmware.com> | 2019-05-20 10:40:12 -0700 |
|---|---|---|
| committer | Sarita Patra <saritap@vmware.com> | 2019-05-29 20:36:16 -0700 |
| commit | 59115451a8fd0f11ac076cd4d832241ef4b3784a (patch) | |
| tree | 6ce08c1a31055584a0a2f650570c3789fcb0d44e /pimd/pim_iface.h | |
| parent | 528628cb2ea4f5a522bf1f6d5b702bb188c4e30e (diff) | |
pimd: new cli to configure last-member-query-count & last-member-query-interval
Introduce new cli commands ip igmp last-member-query-count <1-7>
ip igmp last-member-query-interval <1-255> deciseconds.
Display the config in show running config and show ip igmp interface
Signed-off-by: Sarita Patra <saritap@vmware.com>
Diffstat (limited to 'pimd/pim_iface.h')
| -rw-r--r-- | pimd/pim_iface.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/pimd/pim_iface.h b/pimd/pim_iface.h index fe96c07758..8bf829470e 100644 --- a/pimd/pim_iface.h +++ b/pimd/pim_iface.h @@ -88,8 +88,14 @@ struct pim_interface { int igmp_query_max_response_time_dsec; /* IGMPv3 Max Response Time in dsecs for general queries */ int igmp_specific_query_max_response_time_dsec; /* IGMPv3 Max Response - Time in dsecs for - specific queries */ + Time in dsecs called + as last member query + interval, defines the + maximum response time + advertised in IGMP + group-specific + queries */ + int igmp_last_member_query_count; /* IGMP last member query count */ struct list *igmp_socket_list; /* list of struct igmp_sock */ struct list *igmp_join_list; /* list of struct igmp_join */ |
