summaryrefslogtreecommitdiff
path: root/zebra/zebra_nb.h
diff options
context:
space:
mode:
authorSebastien Merle <sebastien@netdef.org>2020-02-14 14:49:25 +0000
committerSebastien Merle <sebastien@netdef.org>2020-08-12 13:28:48 +0200
commit065276ae1f437c54b33ebcc2201bf105bae39dda (patch)
treea834df39aa4aaf4644ad16e3cd0a3abb666506eb /zebra/zebra_nb.h
parentb2a18903e7108ae42c523dacdd00bf19d8ea1f1c (diff)
staticd: add support for SR Policies
Configuration example: ip route 9.9.9.9/32 6.6.6.6 color 123 The SR Policy to be chosen is uniquely identified by the policy endpoint (6.6.6.6) and the SR-TE color (123). Traffic will be augmented with an MPLS label stack according to the active candidate path of that particular policy. Co-authored-by: GalaxyGorilla <sascha@netdef.org> Signed-off-by: Sebastien Merle <sebastien@netdef.org>
Diffstat (limited to 'zebra/zebra_nb.h')
-rw-r--r--zebra/zebra_nb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/zebra/zebra_nb.h b/zebra/zebra_nb.h
index 80aeb02d2d..e68b819767 100644
--- a/zebra/zebra_nb.h
+++ b/zebra/zebra_nb.h
@@ -275,6 +275,9 @@ lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_bh_type_get_elem(
struct yang_data *
lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_onlink_get_elem(
struct nb_cb_get_elem_args *args);
+struct yang_data *
+lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_color_get_elem(
+ struct nb_cb_get_elem_args *args);
const void *
lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_mpls_label_stack_entry_get_next(
struct nb_cb_get_next_args *args);