FD.io VPP
v20.09-64-g4f7b92f0a
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 (section 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-response timers. More... | |
u32 | proxy_device_id |
ID of a proxy device this configuration is on. More... | |
IGMP interface configuration.
Definition at line 47 of file igmp_config.h.
adj_index_t igmp_config_t_::adj_index |
adj_index | - multicast adjacency index on the link |
Definition at line 57 of file igmp_config.h.
uword* igmp_config_t_::igmp_group_by_key |
Database of groups joined on the link.
Definition at line 72 of file igmp_config.h.
igmp_mode_t igmp_config_t_::mode |
mode | - host or router |
Definition at line 62 of file igmp_config.h.
u32 igmp_config_t_::proxy_device_id |
ID of a proxy device this configuration is on.
Definition at line 82 of file igmp_config.h.
u8 igmp_config_t_::robustness_var |
Robustness variable (section 5.1)
Definition at line 67 of file igmp_config.h.
u32 igmp_config_t_::sw_if_index |
sw_if_index | - interface sw_if_index |
Definition at line 52 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 77 of file igmp_config.h.