X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Ffib%2Ffib_types.h;fp=src%2Fvnet%2Ffib%2Ffib_types.h;h=55b404b044e2b89d2a1a54cdef60d81623ad8e1e;hb=66edaf209fcfa618f42c0e6d21873a31de86b412;hp=18362e0965d7249a29549b8fb15c5d667bb31768;hpb=48057bd23433a352338358ca1f6cdc6cebd84f08;p=vpp.git 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 */