FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | igmp_proxy_device_t |
Functions | |
int | igmp_proxy_device_add_del (u32 vfr_id, u32 sw_if_index, u8 add) |
IGMP proxy device add/del. More... | |
int | igmp_proxy_device_add_del_interface (u32 vrf_id, u32 sw_if_index, u8 add) |
IGMP proxy device add/del interface. More... | |
void | igmp_proxy_device_merge_config (igmp_config_t *config, u8 block) |
void | igmp_proxy_device_block_src (igmp_config_t *config, igmp_group_t *group, igmp_src_t *src) |
void | igmp_proxy_device_mfib_path_add_del (igmp_group_t *group, u8 add) |
IGMP proxy device add/del.
vrf_id | - VRF id |
sw_if_index | - upstream interface |
add | - add/del |
Add/del IGMP proxy device. Interface must be IGMP enabled in HOST mode.
Definition at line 80 of file igmp_proxy.c.
IGMP proxy device add/del interface.
vrf_id | - VRF id |
sw_if_index | - downstream interface |
add | - add/del |
Add/del IGMP enabled interface in ROUTER mode to proxy device.
Definition at line 141 of file igmp_proxy.c.
void igmp_proxy_device_block_src | ( | igmp_config_t * | config, |
igmp_group_t * | group, | ||
igmp_src_t * | src | ||
) |
Definition at line 195 of file igmp_proxy.c.
void igmp_proxy_device_merge_config | ( | igmp_config_t * | config, |
u8 | block | ||
) |
Definition at line 358 of file igmp_proxy.c.
void igmp_proxy_device_mfib_path_add_del | ( | igmp_group_t * | group, |
u8 | add | ||
) |
Definition at line 27 of file igmp_proxy.c.