aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/fib
AgeCommit message (Expand)AuthorFilesLines
2020-01-14classify: Reduce the include dependencies on vnet_classify.hNeale Ranns1-0/+1
2020-01-09fib: leverage well-optimized clib_memcpyZhiyong Yang3-6/+6
2019-12-22fib: use 32 bits per-source reference counterMiklos Tirpak2-2/+2
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns7-6/+59
2019-12-17fib: Glean on NBMA interface points to dropNeale Ranns2-86/+85
2019-12-16vppinfra: bihash walk cb typedef and continue/stop controlsNeale Ranns1-2/+4
2019-12-04fib: Decouple source from priority and behaviourNeale Ranns23-371/+743
2019-11-26fib: Fix crash on cover update to non activated adj sourceNeale Ranns1-7/+11
2019-11-26fib: Another realloc burnNeale Ranns1-5/+13
2019-11-26fib: Table ReplaceNeale Ranns7-17/+219
2019-11-14fib: Copy the prefix before use in case the underlying entry reallocs.Neale Ranns3-6/+19
2019-10-14fib: recursive calculation leads to delegate pool reallocNeale Ranns1-4/+14
2019-10-09fib: P2P interfaces do not need specific multicast adjacenciesNeale Ranns1-3/+18
2019-10-07ip: MFIB CLI fix for parsing path flagsNeale Ranns1-0/+4
2019-09-25fib: fix some typos in fib/mtrieLijian.Zhang7-11/+11
2019-08-29ip: remove unused function parameterSimon Zhang2-3/+2
2019-07-31fib: Add some path-list flags to its keyNeale Ranns2-1/+11
2019-07-31fib: fix calls to unformat_fib_pathNeale Ranns1-1/+1
2019-07-28fib: add invalid source type and fix debug logBenoît Ganne3-19/+22
2019-07-24fib: Support the POP of a Psuedo Wire Control WordNeale Ranns6-3/+35
2019-07-19fib: FIB Entry trackingNeale Ranns11-64/+409
2019-07-10fib: fib_entry_flags_update takes a vector of pathsNeale Ranns1-5/+1
2019-07-09fib: fix urpf_itfs vector overflowBenoît Ganne1-45/+16
2019-07-03fib: allow route delete with no paths and multipath=0 to remove theNeale Ranns2-33/+43
2019-06-26fib: default flow hash config for each DPO protocol typeNeale Ranns1-2/+1
2019-06-26fib: adj cover refinement check changeNeale Ranns1-1/+3
2019-06-18fib: fib api updatesNeale Ranns14-515/+937
2019-06-06IP-Punt-redirect: allow the use of a FIB path to describe how toNeale Ranns1-1/+3
2019-06-05L3 cross connectNeale Ranns1-4/+8
2019-05-30FIB: correctly report IPv6 FIB Unicast and Multicast memory usage (VPP-1578)"Neale Ranns4-13/+26
2019-05-16init / exit function orderingDave Barach2-15/+13
2019-04-19FIB: recursion casues path reallocNeale Ranns1-1/+12
2019-04-08fixing typosJim Thompson4-11/+11
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra10-30/+30
2019-03-26FIB: do debug before remvoing last sourceNeale Ranns1-2/+2
2019-03-26ADJ: midchain delegate to performing stackingNeale Ranns1-2/+0
2019-03-22ADJ: more thorough link up checkNeale Ranns1-5/+5
2019-03-12FIB: path parsing, table-id not fib-index (VPP-1586)Neale Ranns1-1/+11
2019-03-12FIB: crash when deleting default routeNeale Ranns1-9/+0
2019-02-19VPP-1568:when entry src cover change, recursive-loop fib still can not work.mu.duojiao1-0/+9
2019-02-15FIB: pass a copy the walk contextNeale Ranns1-1/+3
2019-02-07IPSEC: no second lookup after tunnel encapNeale Ranns1-1/+3
2019-01-24add "Mtrie mheap usage" in "show ip fib memory"Lollita Liu1-2/+9
2019-01-07VOM: mroutesNeale Ranns1-0/+4
2018-12-24FIB: adj src assert fix part 2Neale Ranns1-1/+8
2018-12-23FIB: remove assert from adj srcNeale Ranns1-1/+0
2018-12-20FIB: encode the label stack in the FIB path during table dumpNeale Ranns8-16/+134
2018-12-16IP6-MFIB: replace the radix tree with bihash (VPP-1526)Neale Ranns2-19/+22
2018-12-07FIB recusrion loop checks traverse midchain adjacenciesNeale Ranns1-2/+14
2018-12-03move [m]fib and BIER tests to unittest pluginNeale Ranns1-10551/+0