aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/fib/fib_api.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-01fib: Crash when specify a big prefix length from CLI.Gavril Florian1-0/+3
2023-05-16ip_session_redirect: add session redirect pluginBenoît Ganne1-2/+2
2021-10-25bier: Disposition paths don't set the next-hopNeale Ranns1-14/+9
2021-10-04fib: fix unitialized padding in fib_api_next_hop_decodeBenoît Ganne1-4/+2
2021-03-16fib: Allow the creation of new source on the APINeale Ranns1-19/+100
2020-03-19ip: change ip API enums address_family and ip_proto size to u8Jakub Grajciar1-12/+13
2020-03-06fib: path flag FIB_API_PATH_TYPE_INTERFACE_RX not copied to clientIJsbrand Wijnands1-0/+4
2020-01-14classify: Reduce the include dependencies on vnet_classify.hNeale Ranns1-0/+1
2020-01-09fib: leverage well-optimized clib_memcpyZhiyong Yang1-4/+4
2019-07-24fib: Support the POP of a Psuedo Wire Control WordNeale Ranns1-0/+2
2019-07-03fib: allow route delete with no paths and multipath=0 to remove theNeale Ranns1-27/+37
2019-06-18fib: fib api updatesNeale Ranns1-205/+403
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-1/+1
2019-03-12FIB: path parsing, table-id not fib-index (VPP-1586)Neale Ranns1-1/+11
2018-12-20FIB: encode the label stack in the FIB path during table dumpNeale Ranns1-6/+52
2018-10-23c11 safe string handling supportDave Barach1-2/+2
2018-10-01Source VRF SelectNeale Ranns1-0/+31
2018-07-10FIB path dump: fix next-hop-table ID for recursive routesNeale Ranns1-2/+1
2018-07-04IP FIB dump - incorrect table-ID for deag pathsNeale Ranns1-1/+1
2018-03-20FIB Interpose SourceNeale Ranns1-0/+1
2018-03-19FIB code coverity found defectNeale Ranns1-1/+1
2018-03-19FIX: Fixed ip6_fib_dump api function response.Dmitry Vakhrushev1-1/+1
2018-03-13Common form of fib-path reproting in dumpsNeale Ranns1-0/+268