FD.io VPP  v18.04-17-g3a0d853
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 651 of file nat.api.

Field Documentation

u8 vl_api_nat44_del_session_t::address[4]

Definition at line 655 of file nat.api.

u32 vl_api_nat44_del_session_t::client_index

Definition at line 652 of file nat.api.

u32 vl_api_nat44_del_session_t::context

Definition at line 653 of file nat.api.

u8 vl_api_nat44_del_session_t::is_in

Definition at line 654 of file nat.api.

u16 vl_api_nat44_del_session_t::port

Definition at line 657 of file nat.api.

u8 vl_api_nat44_del_session_t::protocol

Definition at line 656 of file nat.api.

u32 vl_api_nat44_del_session_t::vrf_id

Definition at line 658 of file nat.api.


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