aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/fib
AgeCommit message (Expand)AuthorFilesLines
2024-04-01fib: add early config support for IP and IP6 default FIB table namesJon Loeliger5-12/+82
2024-03-12misc: remove GNU Indent directivesDamjan Marion7-14/+0
2024-03-05vnet: fix format of deleted sw interfacesVladislav Grishenko1-10/+4
2024-03-04fib: fix crash while adding intf-rx routesVladislav Grishenko2-1/+9
2024-02-12fib: contention with DP on deleting a routeSteven Luong1-0/+1
2023-12-07vnet: allow format deleted swifidxNathan Skrzypczak1-4/+2
2023-11-27fib: fix fib_path_create() with drop targetsAlexander Skorichenko1-1/+2
2023-10-25fib: only update glean for interface if necessaryMatthew Smith2-8/+81
2023-10-01fib: Crash when specify a big prefix length from CLI.Gavril Florian1-0/+3
2023-09-24fib: Don't use an address from an attached prefix when sending ARP requests.Neale Ranns1-1/+5
2023-05-31fib: fix memory leak in fib_attached_export_purgeStanislav Zaikin1-0/+1
2023-05-16ip_session_redirect: add session redirect pluginBenoît Ganne2-2/+4
2022-10-11fib: fix crash when create vxlan/vxlan-gpe/geneve/gtpu tunnel.Huawei LI3-10/+14
2022-10-07fib: add fib_entry_get_path_list_for_sourceDamjan Marion2-0/+22
2022-09-20fib: add cli support for explicit link typeBenoît Ganne1-0/+12
2022-09-09fib: fix path copy function to deal with provided DPO in exclusive pathDamjan Marion1-0/+6
2022-08-29fib: fix coverity 249175Andrew Yourtchenko1-0/+1
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion2-3/+2
2022-03-18vppinfra: refactor *_will_expand() functionsDamjan Marion2-4/+2
2022-02-22fib: fix mpls db label overflowDmitry Valter1-1/+1
2022-02-14fib: fix incorrect display of mpls fib_indexRajith P R1-1/+1
2022-02-10tests: Fix the FIB UTNeale Ranns1-2/+1
2022-02-09fib: ip6 and mpls fib_table memory leaks on fib_table->ft_locksSteven Luong2-0/+2
2022-01-09fib: multiple memory leaks upon deleting a VRF tableSteven Luong1-0/+1
2021-12-21fib: MPLS EOS chains built for attached prefixes should link to a lookup DPONeale Ranns7-61/+51
2021-12-19fib: Incorrect logic for IPv6 link-local attached export.Neale Ranns1-1/+1
2021-12-07fib: fix coverity warning/don't dereference NULLKlement Sekera1-1/+1
2021-12-03fib: Fix the display (or lack of) for fib node types in dependent children listsNeale Ranns2-20/+33
2021-11-15fib: re-evaluate the import/export state of a prefix.Neale Ranns4-76/+166
2021-10-25bier: Disposition paths don't set the next-hopNeale Ranns1-14/+9
2021-10-22fib: Don't back walk from a path-list when a child fist attaches.Neale Ranns1-11/+7
2021-10-20ip6: fix IPv6 address calculation error using "ip route add" CLIJieqiang Wang2-0/+58
2021-10-11ip: fix fib and mfib locksNathan Skrzypczak1-2/+39
2021-10-04fib: fix unitialized padding in fib_api_next_hop_decodeBenoît Ganne1-4/+2
2021-09-30fib: doc nitfixesNathan Skrzypczak6-7/+7
2021-09-29fib: add barrier lock for fib_urpf_list_pool and fib_entry_poolStanislav Zaikin2-0/+22
2021-09-27fib: fix crash on exporter tracker removeVladislav Grishenko1-4/+3
2021-09-22ip: add ip_table_allocate to apiAloys Augustin1-1/+2
2021-08-25fib: fix source address get error for p2p ifjxm1-0/+24
2021-08-20ip: check if interface has link-local addressStanislav Zaikin1-1/+6
2021-08-11fib: Compiile time option to use 8-8-8-8 stride tries for FIB ratherNeale Ranns1-0/+121
2021-08-11fib: A 16-8-8 and a 8-8-8-8 versions of an ip4_fib_tNeale Ranns8-386/+907
2021-08-11ip: [re]introduce the 8-8-8-8 stride MTRIENeale Ranns1-14/+14
2021-08-11ip: Rename the ip4 mtrie function to be 16_8_8 specificNeale Ranns2-44/+44
2021-08-10ip: Use the IP4 lookup functionsNeale Ranns1-1/+43
2021-07-13fib: Set the GLEAN flag on attached export routes so that the SAS worksNeale Ranns4-38/+63
2021-06-17fib: changing parsing order to avoid corner caseArthur de Kerhor1-3/+3
2021-06-16fib: copy the path extentions when creating fib src rr entryStanislav Zaikin1-0/+11
2021-06-08fib: make sure dpo is valid even when path pool expandsBenoît Ganne1-8/+22
2021-06-03fib: fix flags updates when adding routes with a udp encap pathArthur de Kerhor1-1/+1