X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=vnet%2Fvnet%2Ffib%2Ffib_path.h;h=4151c578aedc6f8dca2afcbd130ff29ad48e8921;hb=01b071222d99bea31e2846e95963c475262dd114;hp=2c141a4150d965e348e27bcd0b893bdacdaca3e4;hpb=d4895d54158a409124e59304b1b523ec4c2adab7;p=vpp.git diff --git a/vnet/vnet/fib/fib_path.h b/vnet/vnet/fib/fib_path.h index 2c141a4150d..4151c578aed 100644 --- a/vnet/vnet/fib/fib_path.h +++ b/vnet/vnet/fib/fib_path.h @@ -150,7 +150,8 @@ extern u32 fib_path_get_resolving_interface(fib_node_index_t fib_entry_index); extern int fib_path_get_weight(fib_node_index_t path_index); extern void fib_path_module_init(void); - -extern void fib_path_module_init(void); +extern int fib_path_encode(fib_node_index_t path_list_index, + fib_node_index_t path_index, + void *ctx); #endif