![]() |
FD.io VPP
v18.07-34-g55fbdb9
Vector Packet Processing
|
IGMP interface configuration. More...
Data Fields | |
| u32 | sw_if_index |
| adj_index_t | adj_index |
| igmp_mode_t | mode |
| u8 | robustness_var |
| Robustness variable (seciotn 5.1) More... | |
| uword * | igmp_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-respone timers. More... | |
IGMP interface configuration.
Definition at line 43 of file igmp_config.h.
| adj_index_t igmp_config_t_::adj_index |
| 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 |
| moe | - host or router |
Definition at line 58 of file igmp_config.h.
| u8 igmp_config_t_::robustness_var |
Robustness variable (seciotn 5.1)
Definition at line 63 of file igmp_config.h.
| u32 igmp_config_t_::sw_if_index |
| 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-respone timers.
Definition at line 73 of file igmp_config.h.