![]() |
FD.io VPP
v21.06-1-gbb7418cf9
Vector Packet Processing
|
Set address and port assignment algorithm. More...
Data Fields | |
| option | in_progress |
| u32 | client_index |
| u32 | context |
| u8 | alg |
| u8 | psid_offset |
| u8 | psid_length |
| u16 | psid |
| u16 | start_port |
| u16 | end_port |
Set address and port assignment algorithm.
| client_index | - opaque cookie to identify the sender |
| context | - sender context, to match reply w/ request |
| 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 201 of file nat44_ei.api.
| u8 vl_api_nat44_ei_set_addr_and_port_alloc_alg_t::alg |
Definition at line 205 of file nat44_ei.api.
| u32 vl_api_nat44_ei_set_addr_and_port_alloc_alg_t::client_index |
Definition at line 203 of file nat44_ei.api.
| u32 vl_api_nat44_ei_set_addr_and_port_alloc_alg_t::context |
Definition at line 204 of file nat44_ei.api.
| u16 vl_api_nat44_ei_set_addr_and_port_alloc_alg_t::end_port |
Definition at line 210 of file nat44_ei.api.
| option vl_api_nat44_ei_set_addr_and_port_alloc_alg_t::in_progress |
Definition at line 202 of file nat44_ei.api.
| u16 vl_api_nat44_ei_set_addr_and_port_alloc_alg_t::psid |
Definition at line 208 of file nat44_ei.api.
| u8 vl_api_nat44_ei_set_addr_and_port_alloc_alg_t::psid_length |
Definition at line 207 of file nat44_ei.api.
| u8 vl_api_nat44_ei_set_addr_and_port_alloc_alg_t::psid_offset |
Definition at line 206 of file nat44_ei.api.
| u16 vl_api_nat44_ei_set_addr_and_port_alloc_alg_t::start_port |
Definition at line 209 of file nat44_ei.api.