FD.io VPP  v18.01.1-37-g7ea3975
Vector Packet Processing
vl_api_nat44_del_session_t Struct Reference

Delete NAT44 session. More...

Data Fields

u32 client_index
 
u32 context
 
u8 is_in
 
u8 address [4]
 
u8 protocol
 
u16 port
 
u32 vrf_id
 

Detailed Description

Delete NAT44 session.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
is_in- 1 if inside network addres and port pari, 0 if outside
ip_address- IPv4 address
protocol- IP protocol
port- port number
vfr_id- VRF ID

Definition at line 599 of file nat.api.

Field Documentation

u8 vl_api_nat44_del_session_t::address[4]

Definition at line 603 of file nat.api.

u32 vl_api_nat44_del_session_t::client_index

Definition at line 600 of file nat.api.

u32 vl_api_nat44_del_session_t::context

Definition at line 601 of file nat.api.

u8 vl_api_nat44_del_session_t::is_in

Definition at line 602 of file nat.api.

u16 vl_api_nat44_del_session_t::port

Definition at line 605 of file nat.api.

u8 vl_api_nat44_del_session_t::protocol

Definition at line 604 of file nat.api.

u32 vl_api_nat44_del_session_t::vrf_id

Definition at line 606 of file nat.api.


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