FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
dhcp6_pd_client_cp.api
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2018 Cisco and/or its affiliates.
3
* Licensed under the Apache License, Version 2.0 (the "License");
4
* you may not use this file except in compliance with the License.
5
* You may obtain a copy of the License at:
6
*
7
* http://www.apache.org/licenses/LICENSE-2.0
8
*
9
* Unless required by applicable law or agreed to in writing, software
10
* distributed under the License is distributed on an "AS IS" BASIS,
11
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
* See the License for the specific language governing permissions and
13
* limitations under the License.
14
*/
15
16
option
version
=
"1.0.0"
;
17
18
/** \brief Enable/disable DHCPv6 PD client on interface
19
@param client_index - opaque cookie to identify the sender
20
@param context - sender context, to match reply w/ request
21
@param sw_if_index - interface to enable/disable client on
22
@param prefix_group - name of prefix group (relevant when 'enable' is 1)
23
@param enable - 1 to enable, 0 to disable
24
*/
25
autoreply define
dhcp6_pd_client_enable_disable
26
{
27
u32
client_index
;
28
u32
context
;
29
u32
sw_if_index
;
30
u8
prefix_group[64];
31
u8
enable
;
32
};
33
34
/** \brief Add/delete IPv6 address optionally using available prefix
35
@param client_index - opaque cookie to identify the sender
36
@param context - sender context, to match reply w/ request
37
@param sw_if_index - software interface index of interface
38
to add/delete address to/from
39
@param prefix_group - name of prefix group,
40
prefix_group[0] == '\0' means no prefix should be used
41
@param address - address or suffix to be used with a prefix
42
from selected group
43
@param prefix_length - subnet prefix for the address
44
@param is_add - 1 for add, 0 for remove
45
*/
46
autoreply define ip6_add_del_address_using_prefix
47
{
48
u32
client_index
;
49
u32
context
;
50
u32
sw_if_index
;
51
u8
prefix_group[64];
52
u8
address
[16];
53
u8
prefix_length
;
54
u8
is_add
;
55
};
56
57
/*
58
* Local Variables:
59
* eval: (c-set-style "gnu")
60
* End:
61
*/
address
typedef address
Definition:
ip_types.api:30
vl_api_ip6_add_del_address_using_prefix_t::is_add
u8 is_add
Definition:
dhcp6_pd_client_cp.api:54
vl_api_dhcp6_pd_client_enable_disable_t::sw_if_index
u32 sw_if_index
Definition:
dhcp6_pd_client_cp.api:29
vl_api_ip6_add_del_address_using_prefix_t::prefix_length
u8 prefix_length
Definition:
dhcp6_pd_client_cp.api:53
u8
unsigned char u8
Definition:
types.h:56
vl_api_dhcp6_pd_client_enable_disable_t::enable
u8 enable
Definition:
dhcp6_pd_client_cp.api:31
vl_api_ip6_add_del_address_using_prefix_t::client_index
u32 client_index
Definition:
dhcp6_pd_client_cp.api:48
vl_api_ip6_add_del_address_using_prefix_t::sw_if_index
u32 sw_if_index
Definition:
dhcp6_pd_client_cp.api:50
u32
unsigned int u32
Definition:
types.h:88
vl_api_dhcp6_pd_client_enable_disable_t::context
u32 context
Definition:
dhcp6_pd_client_cp.api:28
version
option version
Definition:
dhcp6_pd_client_cp.api:16
dhcp6_pd_client_enable_disable
static int dhcp6_pd_client_enable_disable(u32 sw_if_index, const u8 *prefix_group, u8 enable)
Definition:
dhcp6_pd_client_cp.c:1173
vl_api_ip6_add_del_address_using_prefix_t::context
u32 context
Definition:
dhcp6_pd_client_cp.api:49
vl_api_dhcp6_pd_client_enable_disable_t::client_index
u32 client_index
Definition:
dhcp6_pd_client_cp.api:27
src
vnet
dhcp
dhcp6_pd_client_cp.api
Generated on Mon Jun 29 2020 12:02:56 for FD.io VPP by
1.8.13