rte_table_action_nat_config
Contents
Detailed Description
RTE_TABLE_ACTION_NAT NAT action configuration (per table action profile).
Definition at line 576 of file rte_table_action.h.
Field Documentation
intsource_nat
When non-zero, the IP source address and L4 protocol source port are translated. When zero, the IP
destination address and L4 protocol destination port are translated.
Definition at line 581 of file rte_table_action.h.
uint8_tproto
Layer 4 protocol, for example TCP (0x06) or UDP (0x11). The checksum field is computed differently and
placed at different header offset by each layer 4 protocol.
Definition at line 587 of file rte_table_action.h.
Name
rte_table_action_nat_config
Synopsis
#include <rte_table_action.h>
DataFields
int source_nat
uint8_t proto