aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/fib/fib_table.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-01fib: add early config support for IP and IP6 default FIB table namesJon Loeliger1-12/+27
2023-09-24fib: Don't use an address from an attached prefix when sending ARP requests.Neale Ranns1-1/+5
2021-10-11ip: fix fib and mfib locksNathan Skrzypczak1-2/+39
2021-09-22ip: add ip_table_allocate to apiAloys Augustin1-1/+2
2021-07-13fib: Set the GLEAN flag on attached export routes so that the SAS worksNeale Ranns1-0/+5
2021-03-16fib: Allow the creation of new source on the APINeale Ranns1-0/+36
2020-12-08fib: Source Address SelectionNeale Ranns1-1/+10
2020-01-22fib: FIB crash removing labelled route (VPP-1818)Neale Ranns1-7/+12
2019-12-22fib: use 32 bits per-source reference counterMiklos Tirpak1-1/+1
2019-12-04fib: Decouple source from priority and behaviourNeale Ranns1-18/+50
2019-11-26fib: Table ReplaceNeale Ranns1-1/+95
2019-06-18fib: fib api updatesNeale Ranns1-20/+31
2019-03-12FIB: crash when deleting default routeNeale Ranns1-9/+0
2018-10-25Trivial: Cleanup missing va_ends.Paul Vinciguerra1-1/+2
2018-10-01mroute routers in the stats segmentNeale Ranns1-2/+2
2018-09-25FIB: recusrive paths must lock the table to prevent its deletionNeale Ranns1-0/+3
2018-09-20Route counters in the stats segmentNeale Ranns1-0/+8
2018-07-30FIB: return entry prefix by const reference to avoid the copyNeale Ranns1-3/+3
2018-04-30FIB: elide cover walk for insert of host routeNeale Ranns1-3/+11
2018-04-13GBP V2Neale Ranns1-0/+11
2018-03-09MPLS Unifom modeNeale Ranns1-2/+2
2018-03-05IP6 link-local tableNeale Ranns1-1/+1
2018-01-18FIB Inherited SrouceNeale Ranns1-6/+35
2017-11-29Include allocated table memory in 'sh fib mem' outputNeale Ranns1-0/+10
2017-11-09BIERNeale Ranns1-0/+1
2017-10-05Distributed Virtual Router SupportNeale Ranns1-1/+2
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine1-3/+3
2017-10-03Repair vlib API socket serverDave Barach1-1/+2
2017-09-13Add a name to the creation of an IP and MPLS tableNeale Ranns1-7/+37
2017-09-11FIB table add/delete APINeale Ranns1-12/+31
2017-08-08L2 over MPLSNeale Ranns1-3/+3
2017-05-02Use per-protocol default flow-hash config when the FIB table index is not knownNeale Ranns1-0/+16
2017-04-26IP Flow Hash Config fixesNeale Ranns1-10/+44
2017-04-24Improve Load-Balance MAPsNeale Ranns1-2/+10
2017-04-13Remove unsed parameter from fib_table_entry_special_add() (only used in FIB t...Neale Ranns1-13/+2
2017-04-07MPLS McastNeale Ranns1-10/+37
2017-04-01MTRIE Optimisations 2Neale Ranns1-11/+13
2017-03-17Attached hostsNeale Ranns1-0/+1
2017-02-20FIB reset leaves residual routes. Wrong API used to remove the routes meant t...Neale Ranns1-1/+1
2017-02-20Python test IP and MPLS objects conform to infra.Neale Ranns1-1/+1
2017-01-27IP Multicast FIB (mfib)Neale Ranns1-2/+67
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+1104