FD.io VPP
v21.01
Vector Packet Processing
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
b
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
+
Functions
d
f
g
l
m
n
o
p
t
v
Variables
Typedefs
Enumerations
Enumerator
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
c
e
g
h
k
m
n
o
r
s
+
Related Functions
c
d
e
h
i
m
o
p
r
s
v
+
Source
Files
+
Symbols
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Macros
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
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 Jan 27 2021 16:51:55 for FD.io VPP by
1.8.13