FD.io VPP  v17.07-30-g839fa73
Vector Packet Processing
vl_api_snat_det_close_session_in_t Struct Reference

Close CGNAT session by inside address and port. More...

Data Fields

u32 client_index
 
u32 context
 
u8 is_ip4
 
u8 in_addr [16]
 
u16 in_port
 
u8 ext_addr [16]
 
u16 ext_port
 

Detailed Description

Close CGNAT session by inside address and port.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
is_ip4- 1 if address type is IPv4
in_addr- inside IP address
in_port- inside port
ext_addr- external host address
ext_port- external host port

Definition at line 559 of file snat.api.

Field Documentation

u32 vl_api_snat_det_close_session_in_t::client_index

Definition at line 560 of file snat.api.

u32 vl_api_snat_det_close_session_in_t::context

Definition at line 561 of file snat.api.

u8 vl_api_snat_det_close_session_in_t::ext_addr[16]

Definition at line 565 of file snat.api.

u16 vl_api_snat_det_close_session_in_t::ext_port

Definition at line 566 of file snat.api.

u8 vl_api_snat_det_close_session_in_t::in_addr[16]

Definition at line 563 of file snat.api.

u16 vl_api_snat_det_close_session_in_t::in_port

Definition at line 564 of file snat.api.

u8 vl_api_snat_det_close_session_in_t::is_ip4

Definition at line 562 of file snat.api.


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