FD.io VPP  v16.09
Vector Packet Processing
snat.api
Go to the documentation of this file.
1 define snat_add_address_range {
5  u8 first_ip_address[16];
6  u8 last_ip_address[16];
7 };
8 
9 define snat_add_address_range_reply {
12 };
13 
14 define snat_interface_add_del_feature {
20 };
21 
22 define snat_interface_add_del_feature_reply {
25 };
int i32
Definition: types.h:81
unsigned int u32
Definition: types.h:88
unsigned char u8
Definition: types.h:56