FD.io VPP  v20.09-rc2-28-g3c5414029
Vector Packet Processing
ip6_link.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2019 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 #include <vnet/ip/ip.h>
17 
18 /**
19  * IPv6 Configuration on an interface
20  */
21 
22 extern int ip6_link_enable (u32 sw_if_index,
23  const ip6_address_t * link_local_addr);
24 extern bool ip6_link_is_enabled (u32 sw_if_index);
25 extern int ip6_link_disable (u32 sw_if_index);
26 
27 extern const ip6_address_t *ip6_get_link_local_address (u32 sw_if_index);
28 
30  const ip6_address_t * address);
32 
33 extern int
35  const ip6_address_t * dst, ip6_address_t * src);
36 
37 /**
38  * Delegates for the interfaces
39  *
40  * delegates are a means for a external component to 'extend' the config
41  * object by adding their own objects (aka delegates).
42  */
43 
44 /**
45  * Callback functions for handling actions on the link
46  */
48 typedef void (*ip6_link_disable_fn_t) (index_t ildi);
49 typedef void (*ip6_link_ll_change_fn_t) (u32 ildi, const ip6_address_t * a);
50 typedef void (*ip6_link_address_change_fn_t) (u32 ildi,
51  const ip6_address_t * a,
52  u8 address_oength);
53 
55 {
63 
65 
66 
69  * vft);
76 
77 /*
78  * fd.io coding-style-patch-verification: ON
79  *
80  * Local Variables:
81  * eval: (c-set-style "gnu")
82  * End:
83  */
a
Definition: bitmap.h:538
u32 index_t
A Data-Path Object is an object that represents actions that are applied to packets are they are swit...
Definition: dpo.h:41
vl_api_address_t src
Definition: gre.api:54
unsigned char u8
Definition: types.h:56
u8 *() format_function_t(u8 *s, va_list *args)
Definition: format.h:48
unsigned int u32
Definition: types.h:88
vl_api_address_t dst
Definition: gre.api:55
u32 adj_index_t
An index for adjacencies.
Definition: adj_types.h:30
manual_print typedef address
Definition: ip_types.api:85
vl_api_interface_index_t sw_if_index
Definition: wireguard.api:33