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=f5e53038c2d47f4c242220e63601c282588e76c9;hb=f14578972a21fe10cd3ff72aaaaea43da4d74d20;hp=333b2abd24088a161f9e9b582115ad03e4d06882;hpb=6d97e62c009086030cddb38c5432c8f860b1c02c;p=vpp.git diff --git a/src/vnet/fib/fib_types.h b/src/vnet/fib/fib_types.h index 333b2abd240..f5e53038c2d 100644 --- a/src/vnet/fib/fib_types.h +++ b/src/vnet/fib/fib_types.h @@ -396,6 +396,11 @@ typedef enum fib_route_path_flags_t_ FIB_ROUTE_PATH_POP_PW_CW = (1 << 18), } fib_route_path_flags_t; +/** + * Format route path flags + */ +extern u8 * format_fib_route_path_flags(u8 *s, va_list *ap); + /** * An RPF-ID is numerical value that is used RPF validate. An entry * has-a RPF-ID, when a packet egress from (e.g. an LSP) it gains an @@ -600,6 +605,11 @@ typedef struct fib_route_path_t_ { */ extern uword unformat_fib_route_path(unformat_input_t * input, va_list * args); +/** + * Format route path flags + */ +extern u8 * format_fib_route_path(u8 *s, va_list *ap); + /** * A help string to list the FIB path options */