blob: 8ede39c1e9d711f918ab116266240c2e457767e7 [file] [log] [blame]
Neale Ranns0bfe5d82016-08-25 15:29:12 +01001/*
2 * Copyright (c) 2016 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#ifndef __FIB_ENTRY_H__
17#define __FIB_ENTRY_H__
18
19#include <vnet/fib/fib_node.h>
Neale Rannsad422ed2016-11-02 14:20:04 +000020#include <vnet/fib/fib_entry_delegate.h>
Neale Ranns0bfe5d82016-08-25 15:29:12 +010021#include <vnet/adj/adj.h>
22#include <vnet/ip/ip.h>
23#include <vnet/dpo/dpo.h>
24
25/**
26 * The different sources that can create a route.
27 * The sources are defined here the thier relative priority order.
28 * The lower the value the higher the priority
29 */
30typedef enum fib_source_t_ {
31 /**
32 * Marker. Add new values after this one.
33 */
34 FIB_SOURCE_FIRST,
35 /**
36 * Special sources. These are for entries that are added to all
37 * FIBs by default, and should never be over-ridden (hence they
38 * are the highest priority)
39 */
40 FIB_SOURCE_SPECIAL = FIB_SOURCE_FIRST,
41 /**
42 * Classify. A route that links directly to a classify adj
43 */
44 FIB_SOURCE_CLASSIFY,
45 /**
Andrew Yourtchenko5f3fcb92017-10-25 05:50:37 -070046 * A route the is being 'proxied' on behalf of another device
47 */
48 FIB_SOURCE_PROXY,
49 /**
Neale Ranns0bfe5d82016-08-25 15:29:12 +010050 * Route added as a result of interface configuration.
51 * this will also come from the API/CLI, but the distinction is
52 * that is from confiiguration on an interface, not a 'ip route' command
53 */
54 FIB_SOURCE_INTERFACE,
55 /**
Pablo Camarillo5d73eec2017-04-24 17:51:56 +020056 * SRv6 and SR-MPLS
57 */
58 FIB_SOURCE_SR,
59 /**
Neale Ranns0bfe5d82016-08-25 15:29:12 +010060 * A high priority source a plugin can use
61 */
62 FIB_SOURCE_PLUGIN_HI,
63 /**
Neale Rannsd792d9c2017-10-21 10:53:20 -070064 * From the BIER subsystem
65 */
66 FIB_SOURCE_BIER,
67 /**
Neale Ranns61502112018-08-22 00:21:14 -070068 * From 6RD.
69 */
70 FIB_SOURCE_6RD,
71 /**
Neale Ranns0bfe5d82016-08-25 15:29:12 +010072 * From the control plane API
73 */
74 FIB_SOURCE_API,
75 /**
76 * From the CLI.
77 */
78 FIB_SOURCE_CLI,
79 /**
Neale Ranns6df19032018-04-04 05:00:48 -070080 * A low (below routing) priority source a plugin can use
81 */
82 FIB_SOURCE_PLUGIN_LOW,
83 /**
Neale Ranns0bfe5d82016-08-25 15:29:12 +010084 * LISP
85 */
86 FIB_SOURCE_LISP,
87 /**
Neale Ranns0bfe5d82016-08-25 15:29:12 +010088 * IPv[46] Mapping
89 */
90 FIB_SOURCE_MAP,
91 /**
Neale Ranns0bfe5d82016-08-25 15:29:12 +010092 * DHCP
93 */
94 FIB_SOURCE_DHCP,
95 /**
Neale Ranns3f844d02017-02-18 00:03:54 -080096 * IPv6 Proxy ND
97 */
98 FIB_SOURCE_IP6_ND_PROXY,
99 /**
Neale Ranns53da2212018-02-24 02:11:19 -0800100 * IPv6 ND (seen in the link-local tables)
101 */
102 FIB_SOURCE_IP6_ND,
103 /**
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100104 * Adjacency source.
105 * routes created as a result of ARP/ND entries. This is lower priority
106 * then the API/CLI. This is on purpose. trust me.
107 */
108 FIB_SOURCE_ADJ,
109 /**
110 * MPLS label. The prefix has been assigned a local label. This source
111 * never provides forwarding information, instead it acts as a place-holder
112 * so the association of label to prefix can be maintained
113 */
114 FIB_SOURCE_MPLS,
115 /**
116 * Attached Export source.
117 * routes created as a result of attahced export. routes thus sourced
118 * will be present in the export tables
119 */
120 FIB_SOURCE_AE,
121 /**
122 * Recursive resolution source.
Neale Ranns3ee44042016-10-03 13:05:48 +0100123 * Used to install an entry that is the resolution traget of another.
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100124 */
125 FIB_SOURCE_RR,
126 /**
Neale Ranns3ee44042016-10-03 13:05:48 +0100127 * uRPF bypass/exemption.
128 * Used to install an entry that is exempt from the loose uRPF check
129 */
130 FIB_SOURCE_URPF_EXEMPT,
131 /**
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100132 * The default route source.
133 * The default route is always added to the FIB table (like the
134 * special sources) but we need to be able to over-ride it with
135 * 'ip route' sources when provided
136 */
137 FIB_SOURCE_DEFAULT_ROUTE,
138 /**
Neale Ranns2303cb12018-02-21 04:57:17 -0800139 * The interpose source.
140 * This is not a real source, so don't use it to source a prefix.
141 * It exists here to provide a value against which to register to the
142 * VFT for providing the interpose actions to a real source.
143 */
144 FIB_SOURCE_INTERPOSE,
145 /**
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100146 * Marker. add new entries before this one.
147 */
Neale Ranns2303cb12018-02-21 04:57:17 -0800148 FIB_SOURCE_LAST = FIB_SOURCE_INTERPOSE,
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100149} __attribute__ ((packed)) fib_source_t;
150
Damjan Marioncf478942016-11-07 14:57:50 +0100151STATIC_ASSERT (sizeof(fib_source_t) == 1,
152 "FIB too many sources");
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100153
154/**
155 * The maximum number of sources
156 */
157#define FIB_SOURCE_MAX (FIB_SOURCE_LAST+1)
158
159#define FIB_SOURCES { \
160 [FIB_SOURCE_SPECIAL] = "special", \
161 [FIB_SOURCE_INTERFACE] = "interface", \
Andrew Yourtchenko5f3fcb92017-10-25 05:50:37 -0700162 [FIB_SOURCE_PROXY] = "proxy", \
Neale Rannsd792d9c2017-10-21 10:53:20 -0700163 [FIB_SOURCE_BIER] = "BIER", \
Neale Ranns61502112018-08-22 00:21:14 -0700164 [FIB_SOURCE_6RD] = "6RD", \
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100165 [FIB_SOURCE_API] = "API", \
166 [FIB_SOURCE_CLI] = "CLI", \
167 [FIB_SOURCE_ADJ] = "adjacency", \
168 [FIB_SOURCE_MAP] = "MAP", \
169 [FIB_SOURCE_SR] = "SR", \
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100170 [FIB_SOURCE_LISP] = "LISP", \
171 [FIB_SOURCE_CLASSIFY] = "classify", \
172 [FIB_SOURCE_DHCP] = "DHCP", \
Neale Ranns3f844d02017-02-18 00:03:54 -0800173 [FIB_SOURCE_IP6_ND_PROXY] = "IPv6-proxy-nd", \
Neale Ranns53da2212018-02-24 02:11:19 -0800174 [FIB_SOURCE_IP6_ND] = "IPv6-nd", \
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100175 [FIB_SOURCE_RR] = "recursive-resolution", \
176 [FIB_SOURCE_AE] = "attached_export", \
177 [FIB_SOURCE_MPLS] = "mpls", \
Neale Ranns3ee44042016-10-03 13:05:48 +0100178 [FIB_SOURCE_URPF_EXEMPT] = "urpf-exempt", \
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100179 [FIB_SOURCE_DEFAULT_ROUTE] = "default-route", \
Neale Ranns81458422018-03-12 06:59:36 -0700180 [FIB_SOURCE_PLUGIN_HI] = "plugin-hi", \
Neale Ranns6df19032018-04-04 05:00:48 -0700181 [FIB_SOURCE_PLUGIN_LOW] = "plugin-low", \
Neale Ranns2303cb12018-02-21 04:57:17 -0800182 [FIB_SOURCE_INTERPOSE] = "interpose", \
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100183}
184
185#define FOR_EACH_FIB_SOURCE(_item) \
186 for (_item = FIB_SOURCE_FIRST; _item < FIB_SOURCE_MAX; _item++)
187
188/**
189 * The different sources that can create a route.
190 * The sources are defined here the thier relative priority order.
191 * The lower the value the higher the priority
192 */
193typedef enum fib_entry_attribute_t_ {
194 /**
195 * Marker. Add new values after this one.
196 */
197 FIB_ENTRY_ATTRIBUTE_FIRST,
198 /**
199 * Connected. The prefix is configured on an interface.
200 */
201 FIB_ENTRY_ATTRIBUTE_CONNECTED = FIB_ENTRY_ATTRIBUTE_FIRST,
202 /**
203 * Attached. The prefix is attached to an interface.
204 */
205 FIB_ENTRY_ATTRIBUTE_ATTACHED,
206 /**
207 * The route is an explicit drop.
208 */
209 FIB_ENTRY_ATTRIBUTE_DROP,
210 /**
211 * The route is exclusive. The client creating the route is
212 * providing an exclusive adjacency.
213 */
214 FIB_ENTRY_ATTRIBUTE_EXCLUSIVE,
215 /**
216 * The route is attached cross tables and thus imports covered
217 * prefixes from the other table.
218 */
219 FIB_ENTRY_ATTRIBUTE_IMPORT,
220 /**
221 * The prefix/address is local to this device
222 */
223 FIB_ENTRY_ATTRIBUTE_LOCAL,
224 /**
Neale Ranns0f26c5a2017-03-01 15:12:11 -0800225 * The prefix/address is a multicast prefix.
226 * this aplies only to MPLS. IP multicast is handled by mfib
227 */
228 FIB_ENTRY_ATTRIBUTE_MULTICAST,
229 /**
Shwetha Bhandari78372a92017-01-18 12:43:54 +0530230 * The prefix/address exempted from loose uRPF check
231 * To be used with caution
232 */
233 FIB_ENTRY_ATTRIBUTE_URPF_EXEMPT,
234 /**
Neale Ranns53da2212018-02-24 02:11:19 -0800235 * The prefix/address exempted from attached export
236 */
237 FIB_ENTRY_ATTRIBUTE_NO_ATTACHED_EXPORT,
238 /**
Neale Ranns89541992017-04-06 04:41:02 -0700239 * This FIB entry imposes its source information on all prefixes
240 * that is covers
241 */
242 FIB_ENTRY_ATTRIBUTE_COVERED_INHERIT,
243 /**
Neale Ranns2303cb12018-02-21 04:57:17 -0800244 * The interpose attribute.
245 * place the forwarding provided by the source infront of the forwarding
246 * provided by the best source, or failing that, by the cover.
247 */
248 FIB_ENTRY_ATTRIBUTE_INTERPOSE,
249 /**
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100250 * Marker. add new entries before this one.
251 */
Neale Ranns2303cb12018-02-21 04:57:17 -0800252 FIB_ENTRY_ATTRIBUTE_LAST = FIB_ENTRY_ATTRIBUTE_INTERPOSE,
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100253} fib_entry_attribute_t;
254
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100255#define FIB_ENTRY_ATTRIBUTES { \
256 [FIB_ENTRY_ATTRIBUTE_CONNECTED] = "connected", \
257 [FIB_ENTRY_ATTRIBUTE_ATTACHED] = "attached", \
258 [FIB_ENTRY_ATTRIBUTE_IMPORT] = "import", \
259 [FIB_ENTRY_ATTRIBUTE_DROP] = "drop", \
260 [FIB_ENTRY_ATTRIBUTE_EXCLUSIVE] = "exclusive", \
261 [FIB_ENTRY_ATTRIBUTE_LOCAL] = "local", \
Neale Ranns0f26c5a2017-03-01 15:12:11 -0800262 [FIB_ENTRY_ATTRIBUTE_URPF_EXEMPT] = "uRPF-exempt", \
263 [FIB_ENTRY_ATTRIBUTE_MULTICAST] = "multicast", \
Neale Ranns53da2212018-02-24 02:11:19 -0800264 [FIB_ENTRY_ATTRIBUTE_NO_ATTACHED_EXPORT] = "no-attached-export", \
Neale Ranns89541992017-04-06 04:41:02 -0700265 [FIB_ENTRY_ATTRIBUTE_COVERED_INHERIT] = "covered-inherit", \
Neale Ranns2303cb12018-02-21 04:57:17 -0800266 [FIB_ENTRY_ATTRIBUTE_INTERPOSE] = "interpose", \
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100267}
268
269#define FOR_EACH_FIB_ATTRIBUTE(_item) \
270 for (_item = FIB_ENTRY_ATTRIBUTE_FIRST; \
Neale Ranns808c5b22017-08-02 05:15:07 -0700271 _item <= FIB_ENTRY_ATTRIBUTE_LAST; \
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100272 _item++)
273
274typedef enum fib_entry_flag_t_ {
275 FIB_ENTRY_FLAG_NONE = 0,
276 FIB_ENTRY_FLAG_CONNECTED = (1 << FIB_ENTRY_ATTRIBUTE_CONNECTED),
277 FIB_ENTRY_FLAG_ATTACHED = (1 << FIB_ENTRY_ATTRIBUTE_ATTACHED),
278 FIB_ENTRY_FLAG_DROP = (1 << FIB_ENTRY_ATTRIBUTE_DROP),
279 FIB_ENTRY_FLAG_EXCLUSIVE = (1 << FIB_ENTRY_ATTRIBUTE_EXCLUSIVE),
280 FIB_ENTRY_FLAG_LOCAL = (1 << FIB_ENTRY_ATTRIBUTE_LOCAL),
281 FIB_ENTRY_FLAG_IMPORT = (1 << FIB_ENTRY_ATTRIBUTE_IMPORT),
Neale Ranns53da2212018-02-24 02:11:19 -0800282 FIB_ENTRY_FLAG_NO_ATTACHED_EXPORT = (1 << FIB_ENTRY_ATTRIBUTE_NO_ATTACHED_EXPORT),
Shwetha Bhandari78372a92017-01-18 12:43:54 +0530283 FIB_ENTRY_FLAG_LOOSE_URPF_EXEMPT = (1 << FIB_ENTRY_ATTRIBUTE_URPF_EXEMPT),
Neale Ranns0f26c5a2017-03-01 15:12:11 -0800284 FIB_ENTRY_FLAG_MULTICAST = (1 << FIB_ENTRY_ATTRIBUTE_MULTICAST),
Neale Ranns89541992017-04-06 04:41:02 -0700285 FIB_ENTRY_FLAG_COVERED_INHERIT = (1 << FIB_ENTRY_ATTRIBUTE_COVERED_INHERIT),
Neale Ranns2303cb12018-02-21 04:57:17 -0800286 FIB_ENTRY_FLAG_INTERPOSE = (1 << FIB_ENTRY_ATTRIBUTE_INTERPOSE),
Neale Ranns32e1c012016-11-22 17:07:28 +0000287} __attribute__((packed)) fib_entry_flag_t;
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100288
Neale Ranns710071b2018-09-24 12:36:26 +0000289extern u8 * format_fib_entry_flags(u8 *s, va_list *args);
290
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100291/**
292 * Flags for the source data
293 */
294typedef enum fib_entry_src_attribute_t_ {
295 /**
296 * Marker. Add new values after this one.
297 */
298 FIB_ENTRY_SRC_ATTRIBUTE_FIRST,
299 /**
300 * the source has been added to the entry
301 */
302 FIB_ENTRY_SRC_ATTRIBUTE_ADDED = FIB_ENTRY_SRC_ATTRIBUTE_FIRST,
303 /**
Neale Ranns2303cb12018-02-21 04:57:17 -0800304 * the source is contributing forwarding
305 */
306 FIB_ENTRY_SRC_ATTRIBUTE_CONTRIBUTING,
307 /**
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100308 * the source is active/best
309 */
310 FIB_ENTRY_SRC_ATTRIBUTE_ACTIVE,
311 /**
Neale Ranns89541992017-04-06 04:41:02 -0700312 * the source is inherited from its cover
313 */
314 FIB_ENTRY_SRC_ATTRIBUTE_INHERITED,
315 /**
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100316 * Marker. add new entries before this one.
317 */
Neale Ranns89541992017-04-06 04:41:02 -0700318 FIB_ENTRY_SRC_ATTRIBUTE_LAST = FIB_ENTRY_SRC_ATTRIBUTE_INHERITED,
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100319} fib_entry_src_attribute_t;
320
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100321
322#define FIB_ENTRY_SRC_ATTRIBUTES { \
323 [FIB_ENTRY_SRC_ATTRIBUTE_ADDED] = "added", \
Neale Ranns2303cb12018-02-21 04:57:17 -0800324 [FIB_ENTRY_SRC_ATTRIBUTE_CONTRIBUTING] = "contributing", \
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100325 [FIB_ENTRY_SRC_ATTRIBUTE_ACTIVE] = "active", \
Neale Ranns89541992017-04-06 04:41:02 -0700326 [FIB_ENTRY_SRC_ATTRIBUTE_INHERITED] = "inherited", \
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100327}
328
Neale Ranns89541992017-04-06 04:41:02 -0700329#define FOR_EACH_FIB_SRC_ATTRIBUTE(_item) \
330 for (_item = FIB_ENTRY_SRC_ATTRIBUTE_FIRST; \
Neale Ranns2303cb12018-02-21 04:57:17 -0800331 _item <= FIB_ENTRY_SRC_ATTRIBUTE_LAST; \
Neale Ranns89541992017-04-06 04:41:02 -0700332 _item++)
333
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100334typedef enum fib_entry_src_flag_t_ {
335 FIB_ENTRY_SRC_FLAG_NONE = 0,
336 FIB_ENTRY_SRC_FLAG_ADDED = (1 << FIB_ENTRY_SRC_ATTRIBUTE_ADDED),
Neale Ranns2303cb12018-02-21 04:57:17 -0800337 FIB_ENTRY_SRC_FLAG_CONTRIBUTING = (1 << FIB_ENTRY_SRC_ATTRIBUTE_CONTRIBUTING),
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100338 FIB_ENTRY_SRC_FLAG_ACTIVE = (1 << FIB_ENTRY_SRC_ATTRIBUTE_ACTIVE),
Neale Ranns89541992017-04-06 04:41:02 -0700339 FIB_ENTRY_SRC_FLAG_INHERITED = (1 << FIB_ENTRY_SRC_ATTRIBUTE_INHERITED),
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100340} __attribute__ ((packed)) fib_entry_src_flag_t;
341
Neale Ranns710071b2018-09-24 12:36:26 +0000342extern u8 * format_fib_entry_src_flags(u8 *s, va_list *args);
343
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100344/*
345 * Keep the size of the flags field to 2 bytes, so it
346 * can be placed next to the 2 bytes reference count
347 */
Damjan Marioncf478942016-11-07 14:57:50 +0100348STATIC_ASSERT (sizeof(fib_entry_src_flag_t) <= 2,
349 "FIB entry flags field size too big");
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100350
351/**
352 * Information related to the source of a FIB entry
353 */
354typedef struct fib_entry_src_t_ {
355 /**
Neale Ranns6c3ebcc2016-10-02 21:20:15 +0100356 * A vector of path extensions
357 */
Neale Ranns81424992017-05-18 03:03:22 -0700358 fib_path_ext_list_t fes_path_exts;
Neale Ranns6c3ebcc2016-10-02 21:20:15 +0100359
360 /**
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100361 * The path-list created by the source
362 */
363 fib_node_index_t fes_pl;
Neale Ranns2303cb12018-02-21 04:57:17 -0800364
365 /**
366 * Flags the source contributes to the entry
367 */
368 fib_entry_flag_t fes_entry_flags;
369
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100370 /**
371 * Which source this info block is for
372 */
373 fib_source_t fes_src;
Neale Ranns2303cb12018-02-21 04:57:17 -0800374
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100375 /**
376 * Flags on the source
377 */
378 fib_entry_src_flag_t fes_flags;
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100379
380 /**
381 * 1 bytes ref count. This is not the number of users of the Entry
382 * (which is itself not large, due to path-list sharing), but the number
383 * of times a given source has been added. Which is even fewer
384 */
385 u8 fes_ref_count;
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100386
387 /**
388 * Source specific info
389 */
390 union {
391 struct {
392 /**
393 * the index of the FIB entry that is the covering entry
394 */
395 fib_node_index_t fesr_cover;
396 /**
397 * This source's index in the cover's list
398 */
399 u32 fesr_sibling;
400 } rr;
401 struct {
402 /**
403 * the index of the FIB entry that is the covering entry
404 */
Neale Ranns2303cb12018-02-21 04:57:17 -0800405 fib_node_index_t fesi_cover;
406 /**
407 * This source's index in the cover's list
408 */
409 u32 fesi_sibling;
410 /**
411 * DPO type to interpose. The dpo type needs to have registered
412 * it's 'contribute interpose' callback function.
413 */
414 dpo_id_t fesi_dpo;
415 } interpose;
416 struct {
417 /**
418 * the index of the FIB entry that is the covering entry
419 */
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100420 fib_node_index_t fesa_cover;
421 /**
422 * This source's index in the cover's list
423 */
424 u32 fesa_sibling;
425 } adj;
426 struct {
427 /**
428 * the index of the FIB entry that is the covering entry
429 */
430 fib_node_index_t fesi_cover;
431 /**
432 * This source's index in the cover's list
433 */
434 u32 fesi_sibling;
435 } interface;
436 struct {
437 /**
438 * This MPLS local label associated with the prefix.
439 */
440 mpls_label_t fesm_label;
441
442 /**
443 * the indicies of the LFIB entries created
444 */
445 fib_node_index_t fesm_lfes[2];
446 } mpls;
447 struct {
448 /**
449 * The source FIB index.
450 */
451 fib_node_index_t fesl_fib_index;
452 } lisp;
Neale Ranns2303cb12018-02-21 04:57:17 -0800453 } u;
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100454} fib_entry_src_t;
455
456/**
457 * An entry in a FIB table.
458 *
459 * This entry represents a route added to the FIB that is stored
460 * in one of the FIB tables.
461 */
462typedef struct fib_entry_t_ {
463 /**
464 * Base class. The entry's node representation in the graph.
465 */
466 fib_node_t fe_node;
467 /**
Neale Rannsad422ed2016-11-02 14:20:04 +0000468 * The prefix of the route. this is const just to be sure.
469 * It is the entry's key/identity and so should never change.
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100470 */
Neale Rannsad422ed2016-11-02 14:20:04 +0000471 const fib_prefix_t fe_prefix;
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100472 /**
473 * The index of the FIB table this entry is in
474 */
475 u32 fe_fib_index;
476 /**
477 * The load-balance used for forwarding.
478 *
479 * We don't share the EOS and non-EOS even in case when they could be
480 * because:
481 * - complexity & reliability v. memory
482 * determining the conditions where sharing is possible is non-trivial.
483 * - separate LBs means we can get the EOS bit right in the MPLS label DPO
484 * and so save a few clock cycles in the DP imposition node since we can
485 * paint the header straight on without the need to check the packet
486 * type to derive the EOS bit value.
487 */
Neale Ranns0f26c5a2017-03-01 15:12:11 -0800488 dpo_id_t fe_lb;
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100489 /**
Neale Rannsa4e77662017-12-04 20:00:30 +0000490 * Vector of source infos.
491 * Most entries will only have 1 source. So we optimise for memory usage,
492 * which is preferable since we have many entries.
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100493 */
Neale Rannsa4e77662017-12-04 20:00:30 +0000494 fib_entry_src_t *fe_srcs;
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100495 /**
496 * the path-list for which this entry is a child. This is also the path-list
497 * that is contributing forwarding for this entry.
498 */
499 fib_node_index_t fe_parent;
500 /**
501 * index of this entry in the parent's child list.
502 * This is set when this entry is added as a child, but can also
503 * be changed by the parent as it manages its list.
504 */
505 u32 fe_sibling;
Neale Rannsad422ed2016-11-02 14:20:04 +0000506
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100507 /**
Neale Rannsad422ed2016-11-02 14:20:04 +0000508 * A vector of delegates.
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100509 */
Neale Rannsad422ed2016-11-02 14:20:04 +0000510 fib_entry_delegate_t *fe_delegates;
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100511} fib_entry_t;
512
513#define FOR_EACH_FIB_ENTRY_FLAG(_item) \
514 for (_item = FIB_ENTRY_FLAG_FIRST; _item < FIB_ENTRY_FLAG_MAX; _item++)
515
516#define FIB_ENTRY_FORMAT_BRIEF (0x0)
517#define FIB_ENTRY_FORMAT_DETAIL (0x1)
518#define FIB_ENTRY_FORMAT_DETAIL2 (0x2)
519
520extern u8 *format_fib_entry (u8 * s, va_list * args);
Neale Ranns15002542017-09-10 04:39:11 -0700521extern u8 *format_fib_source (u8 * s, va_list * args);
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100522
523extern fib_node_index_t fib_entry_create_special(u32 fib_index,
524 const fib_prefix_t *prefix,
525 fib_source_t source,
526 fib_entry_flag_t flags,
527 const dpo_id_t *dpo);
528
529extern fib_node_index_t fib_entry_create (u32 fib_index,
530 const fib_prefix_t *prefix,
531 fib_source_t source,
532 fib_entry_flag_t flags,
533 const fib_route_path_t *paths);
534extern void fib_entry_update (fib_node_index_t fib_entry_index,
535 fib_source_t source,
536 fib_entry_flag_t flags,
537 const fib_route_path_t *paths);
538
539extern void fib_entry_path_add(fib_node_index_t fib_entry_index,
540 fib_source_t source,
541 fib_entry_flag_t flags,
542 const fib_route_path_t *rpath);
543extern void fib_entry_special_add(fib_node_index_t fib_entry_index,
544 fib_source_t source,
545 fib_entry_flag_t flags,
546 const dpo_id_t *dpo);
Neale Ranns948e00f2016-10-20 13:39:34 +0100547extern void fib_entry_special_update(fib_node_index_t fib_entry_index,
548 fib_source_t source,
549 fib_entry_flag_t flags,
550 const dpo_id_t *dpo);
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100551extern fib_entry_src_flag_t fib_entry_special_remove(fib_node_index_t fib_entry_index,
552 fib_source_t source);
553
554extern fib_entry_src_flag_t fib_entry_path_remove(fib_node_index_t fib_entry_index,
555 fib_source_t source,
556 const fib_route_path_t *rpath);
Neale Ranns89541992017-04-06 04:41:02 -0700557
558extern void fib_entry_inherit(fib_node_index_t cover,
559 fib_node_index_t covered);
560
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100561extern fib_entry_src_flag_t fib_entry_delete(fib_node_index_t fib_entry_index,
562 fib_source_t source);
563
Neale Ranns2303cb12018-02-21 04:57:17 -0800564extern void fib_entry_recalculate_forwarding(
565 fib_node_index_t fib_entry_index);
Neale Ranns3ee44042016-10-03 13:05:48 +0100566extern void fib_entry_contribute_urpf(fib_node_index_t path_index,
567 index_t urpf);
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100568extern void fib_entry_contribute_forwarding(
569 fib_node_index_t fib_entry_index,
570 fib_forward_chain_type_t type,
571 dpo_id_t *dpo);
572extern const dpo_id_t * fib_entry_contribute_ip_forwarding(
573 fib_node_index_t fib_entry_index);
574extern adj_index_t fib_entry_get_adj_for_source(
575 fib_node_index_t fib_entry_index,
576 fib_source_t source);
577extern const int fib_entry_get_dpo_for_source (
578 fib_node_index_t fib_entry_index,
579 fib_source_t source,
580 dpo_id_t *dpo);
581
582extern adj_index_t fib_entry_get_adj(fib_node_index_t fib_entry_index);
583
584extern int fib_entry_cmp_for_sort(void *i1, void *i2);
585
586extern void fib_entry_cover_changed(fib_node_index_t fib_entry);
587extern void fib_entry_cover_updated(fib_node_index_t fib_entry);
588extern int fib_entry_recursive_loop_detect(fib_node_index_t entry_index,
589 fib_node_index_t **entry_indicies);
590
591extern void fib_entry_lock(fib_node_index_t fib_entry_index);
592extern void fib_entry_unlock(fib_node_index_t fib_entry_index);
593
594extern u32 fib_entry_child_add(fib_node_index_t fib_entry_index,
595 fib_node_type_t type,
596 fib_node_index_t child_index);
597extern void fib_entry_child_remove(fib_node_index_t fib_entry_index,
598 u32 sibling_index);
599extern u32 fib_entry_get_resolving_interface(fib_node_index_t fib_entry_index);
Neale Rannsdf089a82016-10-02 16:39:06 +0100600extern u32 fib_entry_get_resolving_interface_for_source(
601 fib_node_index_t fib_entry_index,
602 fib_source_t source);
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100603
Steven01b07122016-11-02 10:40:09 -0700604extern void fib_entry_encode(fib_node_index_t fib_entry_index,
605 fib_route_path_encode_t **api_rpaths);
Neale Rannsc5d43172018-07-30 08:04:40 -0700606extern const fib_prefix_t *fib_entry_get_prefix(fib_node_index_t fib_entry_index);
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100607extern u32 fib_entry_get_fib_index(fib_node_index_t fib_entry_index);
608extern void fib_entry_set_source_data(fib_node_index_t fib_entry_index,
609 fib_source_t source,
610 const void *data);
611extern const void* fib_entry_get_source_data(fib_node_index_t fib_entry_index,
612 fib_source_t source);
613
614extern fib_entry_flag_t fib_entry_get_flags(fib_node_index_t fib_entry_index);
Neale Rannsdf089a82016-10-02 16:39:06 +0100615extern fib_entry_flag_t fib_entry_get_flags_for_source(
616 fib_node_index_t fib_entry_index,
617 fib_source_t source);
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100618extern fib_source_t fib_entry_get_best_source(fib_node_index_t fib_entry_index);
619extern int fib_entry_is_sourced(fib_node_index_t fib_entry_index,
620 fib_source_t source);
621
622extern fib_node_index_t fib_entry_get_path_list(fib_node_index_t fib_entry_index);
Neale Ranns88fc83e2017-04-05 08:11:14 -0700623extern int fib_entry_is_resolved(fib_node_index_t fib_entry_index);
Neale Ranns56f949b2018-04-25 01:41:24 -0700624extern int fib_entry_is_host(fib_node_index_t fib_entry_index);
Neale Ranns227038a2017-04-21 01:07:59 -0700625extern void fib_entry_set_flow_hash_config(fib_node_index_t fib_entry_index,
626 flow_hash_config_t hash_config);
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100627
628extern void fib_entry_module_init(void);
629
Neale Ranns008dbe12018-09-07 09:32:36 -0700630extern u32 fib_entry_get_stats_index(fib_node_index_t fib_entry_index);
631
Neale Ranns0bfe5d82016-08-25 15:29:12 +0100632/*
633 * unsafe... beware the raw pointer.
634 */
635extern fib_node_index_t fib_entry_get_index(const fib_entry_t * fib_entry);
636extern fib_entry_t * fib_entry_get(fib_node_index_t fib_entry_index);
637
638/*
639 * for testing purposes.
640 */
641extern u32 fib_entry_pool_size(void);
642
643#endif