FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
ct6.api
Go to the documentation of this file.
1 
2 /* Define a simple enable-disable binary API to control the feature */
3 
4 define ct6_enable_disable {
5  /* Client identifier, set from api_main.my_client_index */
7 
8  /* Arbitrary context, so client can match reply to request */
10 
11  /* Enable / disable the feature */
13 
14  /* Inside or outside interface */
16 
17  /* Interface handle */
19 };
20 
21 define ct6_enable_disable_reply {
22  /* From the request */
24 
25  /* Return value, zero means all OK */
27 };
unsigned char u8
Definition: types.h:56
unsigned int u32
Definition: types.h:88
signed int i32
Definition: types.h:77