From 66edaf209fcfa618f42c0e6d21873a31de86b412 Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Fri, 9 Jul 2021 13:03:52 +0000 Subject: fib: Set the GLEAN flag on attached export routes so that the SAS works correctly. Type: fix Signed-off-by: Neale Ranns Change-Id: I4bc2eb394a8f9d01c5a12de2ce963c22209d5439 --- src/vnet/fib/fib_types.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/vnet/fib/fib_types.h') diff --git a/src/vnet/fib/fib_types.h b/src/vnet/fib/fib_types.h index 18362e0965d..55b404b044e 100644 --- a/src/vnet/fib/fib_types.h +++ b/src/vnet/fib/fib_types.h @@ -619,6 +619,11 @@ extern uword unformat_fib_route_path(unformat_input_t * input, va_list * args); */ extern u8 * format_fib_route_path(u8 *s, va_list *ap); +/* + * Return true if the path is attached + */ +extern int fib_route_path_is_attached (const fib_route_path_t *rpath); + /** * A help string to list the FIB path options */ -- cgit 1.2.3-korg