FD.io VPP
v20.05-21-gb1500e9ff
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
option
version
=
"1.0.0"
;
4
import
"vnet/interface_types.api"
;
5
6
autoreply define ct6_enable_disable {
7
/* Client identifier, set from api_main.my_client_index */
8
u32
client_index
;
9
10
/* Arbitrary context, so client can match reply to request */
11
u32
context
;
12
13
/* Enable / disable the feature */
14
bool
enable_disable
;
15
16
/* Inside or outside interface */
17
bool
is_inside
;
18
19
/* Interface handle */
20
vl_api_interface_index_t
sw_if_index
;
21
option vat_help =
"<intfc> [disable]"
;
22
};
vl_api_ct6_enable_disable_t::client_index
u32 client_index
Definition:
ct6.api:8
vl_api_ct6_enable_disable_t::sw_if_index
vl_api_interface_index_t sw_if_index
Definition:
ct6.api:20
u32
unsigned int u32
Definition:
types.h:88
vl_api_ct6_enable_disable_t::is_inside
bool is_inside
Definition:
ct6.api:17
version
option version
Definition:
ct6.api:3
vl_api_ct6_enable_disable_t::context
u32 context
Definition:
ct6.api:11
vl_api_ct6_enable_disable_t::enable_disable
bool enable_disable
Definition:
ct6.api:14
src
plugins
ct6
ct6.api
Generated on Wed Jul 15 2020 20:01:02 for FD.io VPP by
1.8.13