FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Used by a 'router' and 'host' to enable the reception of IGMP packets. More...
Data Fields | |
u32 | client_index |
u32 | context |
bool | enable |
u8 | mode |
vl_api_interface_index_t | sw_if_index |
Used by a 'router' and 'host' to enable the reception of IGMP packets.
For hosts this must be called once before igmp_listen.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
enable | - if set, enable igmp messages on configuration |
mode | - Host (1) or router (0) mode |
sw_if_index | - interface sw index |
vl_api_interface_index_t vl_api_igmp_enable_disable_t::sw_if_index |