From 59115451a8fd0f11ac076cd4d832241ef4b3784a Mon Sep 17 00:00:00 2001 From: Sarita Patra Date: Mon, 20 May 2019 10:40:12 -0700 Subject: 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 --- pimd/pim_iface.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'pimd/pim_iface.h') diff --git a/pimd/pim_iface.h b/pimd/pim_iface.h index fe96c0775..8bf829470 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 */ -- cgit v1.2.3