Re: [vpp-dev] how to remove all route paths with specific condition

2019-11-11 Thread Neale Ranns via Lists.Fd.Io
dev@lists.fd.io" Subject: [vpp-dev] how to remove all route paths with specific condition hello, i want to remove route path entries based on some conditions and i found that i can use fib_path_list_walk for this purpose. but fib_path_list.h is not public header and i cant use it. is there

[vpp-dev] how to remove all route paths with specific condition

2019-11-10 Thread abbas ali chezgi via Lists.Fd.Io
hello, i want to remove route path entries based on some conditions and i found that i can use  fib_path_list_walk for this purpose.but fib_path_list.h is not public header and i cant use it. is there any way to find and remove all path entries in fib based on some path criteria. thanks.