FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
vl_api_igmp_listen_t Struct Reference

Used by a 'host' to enable the recption/listening of packets for a specific multicast group. More...

Data Fields

u32 client_index
 
u32 context
 
u8 enable
 
u32 sw_if_index
 
u8 saddr [4]
 
u8 gaddr [4]
 

Detailed Description

Used by a 'host' to enable the recption/listening of packets for a specific multicast group.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
enable- if set, enable igmp messages on configuration
sw_if_index- interface sw index
saddr- source address
gaddr- group address

Definition at line 30 of file igmp.api.

Field Documentation

u32 vl_api_igmp_listen_t::client_index

Definition at line 32 of file igmp.api.

u32 vl_api_igmp_listen_t::context

Definition at line 33 of file igmp.api.

u8 vl_api_igmp_listen_t::enable

Definition at line 35 of file igmp.api.

u8 vl_api_igmp_listen_t::gaddr[4]

Definition at line 38 of file igmp.api.

u8 vl_api_igmp_listen_t::saddr[4]

Definition at line 37 of file igmp.api.

u32 vl_api_igmp_listen_t::sw_if_index

Definition at line 36 of file igmp.api.


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