FD.io VPP  v21.06
Vector Packet Processing
vl_api_nat44_ei_get_addr_and_port_alloc_alg_reply_t Struct Reference

Get address and port assignment algorithm reply. More...

Data Fields

option deprecated
 
u32 context
 
i32 retval
 
u8 alg
 
u8 psid_offset
 
u8 psid_length
 
u16 psid
 
u16 start_port
 
u16 end_port
 

Detailed Description

Get address and port assignment algorithm reply.

Template Parameters
context- sender context, to match reply w/ request
retval- return code
alg- address and port assignment algorithm: 0 - default, 1 - MAP-E, 2 - port range (see nat44_ei_addr_and_port_alloc_alg_t in nat.h)
psid_offset- number of offset bits (valid only for MAP-E alg)
psid_length- length of PSID (valid only for MAP-E alg)
psid- Port Set Identifier (PSID) value (valid only for MAP-E alg)
start_port- beginning of the port range
end_port- end of the port range

Definition at line 235 of file nat44_ei.api.

Field Documentation

◆ alg

u8 vl_api_nat44_ei_get_addr_and_port_alloc_alg_reply_t::alg

Definition at line 239 of file nat44_ei.api.

◆ context

u32 vl_api_nat44_ei_get_addr_and_port_alloc_alg_reply_t::context

Definition at line 237 of file nat44_ei.api.

◆ deprecated

option vl_api_nat44_ei_get_addr_and_port_alloc_alg_reply_t::deprecated

Definition at line 236 of file nat44_ei.api.

◆ end_port

u16 vl_api_nat44_ei_get_addr_and_port_alloc_alg_reply_t::end_port

Definition at line 244 of file nat44_ei.api.

◆ psid

u16 vl_api_nat44_ei_get_addr_and_port_alloc_alg_reply_t::psid

Definition at line 242 of file nat44_ei.api.

◆ psid_length

u8 vl_api_nat44_ei_get_addr_and_port_alloc_alg_reply_t::psid_length

Definition at line 241 of file nat44_ei.api.

◆ psid_offset

u8 vl_api_nat44_ei_get_addr_and_port_alloc_alg_reply_t::psid_offset

Definition at line 240 of file nat44_ei.api.

◆ retval

i32 vl_api_nat44_ei_get_addr_and_port_alloc_alg_reply_t::retval

Definition at line 238 of file nat44_ei.api.

◆ start_port

u16 vl_api_nat44_ei_get_addr_and_port_alloc_alg_reply_t::start_port

Definition at line 243 of file nat44_ei.api.


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