FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
vl_api_igmp_proxy_device_add_del_t Struct Reference

Add/del proxy device on specified VRF. More...

Data Fields

u32 client_index
 
u32 context
 
u8 add
 
u32 vrf_id
 
vl_api_interface_index_t sw_if_index
 

Detailed Description

Add/del proxy device on specified VRF.

Interface must be IGMP enabled in HOST mode.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
add- add (1) del (0)
vrf_id- VRF id
sw_if_index- upstream interface sw index

Definition at line 113 of file igmp.api.

Field Documentation

◆ add

u8 vl_api_igmp_proxy_device_add_del_t::add

Definition at line 118 of file igmp.api.

◆ client_index

u32 vl_api_igmp_proxy_device_add_del_t::client_index

Definition at line 115 of file igmp.api.

◆ context

u32 vl_api_igmp_proxy_device_add_del_t::context

Definition at line 116 of file igmp.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_igmp_proxy_device_add_del_t::sw_if_index

Definition at line 120 of file igmp.api.

◆ vrf_id

u32 vl_api_igmp_proxy_device_add_del_t::vrf_id

Definition at line 119 of file igmp.api.


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