FD.io VPP  v21.06-1-gbb7418cf9
Vector Packet Processing
vl_api_det44_add_del_map_t Struct Reference

Add/delete DET44 mapping. More...

Data Fields

u32 client_index
 
u32 context
 
bool is_add
 
vl_api_ip4_address_t in_addr
 
u8 in_plen
 
vl_api_ip4_address_t out_addr
 
u8 out_plen
 

Detailed Description

Add/delete DET44 mapping.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
is_add- true if add, false if delete
in_addr- inside IPv4 address
in_plen- inside IPv4 address prefix length
out_addr- outside IPv4 address
out_plen- outside IPv4 address prefix length

Definition at line 93 of file det44.api.

Field Documentation

◆ client_index

u32 vl_api_det44_add_del_map_t::client_index

Definition at line 94 of file det44.api.

◆ context

u32 vl_api_det44_add_del_map_t::context

Definition at line 95 of file det44.api.

◆ in_addr

vl_api_ip4_address_t vl_api_det44_add_del_map_t::in_addr

Definition at line 97 of file det44.api.

◆ in_plen

u8 vl_api_det44_add_del_map_t::in_plen

Definition at line 98 of file det44.api.

◆ is_add

bool vl_api_det44_add_del_map_t::is_add

Definition at line 96 of file det44.api.

◆ out_addr

vl_api_ip4_address_t vl_api_det44_add_del_map_t::out_addr

Definition at line 99 of file det44.api.

◆ out_plen

u8 vl_api_det44_add_del_map_t::out_plen

Definition at line 100 of file det44.api.


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