FD.io VPP  v18.10-32-g1161dda
Vector Packet Processing
igmp_config_t_ Struct Reference

IGMP interface configuration. More...

Data Fields

u32 sw_if_index
 
adj_index_t adj_index
 
igmp_mode_t mode
 
u8 robustness_var
 Robustness variable (section 5.1) More...
 
uwordigmp_group_by_key
 Database of groups joined on the link. More...
 
igmp_timer_id_t timers [IGMP_CONFIG_N_TIMERS]
 A vector of scheduled query-response timers. More...
 

Detailed Description

IGMP interface configuration.

Definition at line 43 of file igmp_config.h.

Field Documentation

adj_index_t igmp_config_t_::adj_index
Parameters
adj_index- multicast adjacency index on the link

Definition at line 53 of file igmp_config.h.

uword* igmp_config_t_::igmp_group_by_key

Database of groups joined on the link.

Definition at line 68 of file igmp_config.h.

igmp_mode_t igmp_config_t_::mode
Parameters
moe- host or router

Definition at line 58 of file igmp_config.h.

u8 igmp_config_t_::robustness_var

Robustness variable (section 5.1)

Definition at line 63 of file igmp_config.h.

u32 igmp_config_t_::sw_if_index
Parameters
sw_if_index- interface sw_if_index

Definition at line 48 of file igmp_config.h.

igmp_timer_id_t igmp_config_t_::timers[IGMP_CONFIG_N_TIMERS]

A vector of scheduled query-response timers.

Definition at line 73 of file igmp_config.h.


The documentation for this struct was generated from the following file: