aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/fib
AgeCommit message (Expand)AuthorFilesLines
2018-10-29Fixing Exclusive dpo path issues added when via rpathVijayabhaskar Katamreddy1-4/+18
2018-10-27FIB: Sources must be keep in priority order, so re-sort after a vec_delNeale Ranns1-0/+2
2018-10-25Trivial: Cleanup missing va_ends.Paul Vinciguerra2-5/+9
2018-10-23c11 safe string handling supportDave Barach11-20/+20
2018-10-16FIB: use vlib-log for debuggingNeale Ranns11-96/+186
2018-10-16Sticky Load-balanceNeale Ranns4-16/+367
2018-10-08Adding Multipath support for exclusive DPO based fib path entries via rpathVijayabhaskar Katamreddy2-2/+16
2018-10-01Source VRF SelectNeale Ranns2-0/+34
2018-10-01mroute routers in the stats segmentNeale Ranns1-2/+2
2018-09-25FIB: recusrive paths must lock the table to prevent its deletionNeale Ranns2-0/+9
2018-09-20UDP-Encap: name counters for the stats segmentNeale Ranns1-1/+1
2018-09-20Route counters in the stats segmentNeale Ranns4-0/+31
2018-09-19GRE: fix 4o6 and 6o4 adj stackingNeale Ranns2-0/+21
2018-09-10vxlan-gbp: Add support for vxlan gbpMohsin Kazmi1-0/+2
2018-08-31FIB path CLI fix for lookup-table IDsNeale Ranns1-0/+12
2018-08-29Consolidate table->index conversion in fib-path CLI processingNeale Ranns1-1/+14
2018-08-2832/64 shmem bihash interoperabilityDave Barach1-4/+5
2018-08-27Adjacency walks protected by 'walk in progress' flagNeale Ranns1-0/+1
2018-08-27IGMP: enable command on cliNeale Ranns1-2/+1
2018-08-22IPIP and SIXRD tunnels create API needs table-IDs not fib-indexesNeale Ranns2-0/+6
2018-08-10Use IP address types on UDP encap APINeale Ranns2-0/+44
2018-07-30FIB: return entry prefix by const reference to avoid the copyNeale Ranns8-48/+31
2018-07-18Add config option to use dlmalloc instead of mheapDave Barach1-0/+8
2018-07-16Adjacency-BFD: assume BFD down on createNeale Ranns1-2/+1
2018-07-10FIB path dump: fix next-hop-table ID for recursive routesNeale Ranns2-2/+3
2018-07-09IGMP improvementsNeale Ranns1-6/+0
2018-07-04IP FIB dump - incorrect table-ID for deag pathsNeale Ranns1-1/+1
2018-07-04Remove unused members from ip4_fib_tNeale Ranns2-9/+3
2018-07-04add 'src-lookup' keyword for FIB pathsNeale Ranns1-0/+4
2018-05-04Harmonize vec/pool_get_aligned object sizes and alignment requestsDave Barach5-3/+10
2018-04-30FIB: elide cover walk for insert of host routeNeale Ranns3-3/+25
2018-04-25GBPv6: NAT66 actions for GBPNeale Ranns1-1/+1
2018-04-23MPLS VPLS CLI fixNeale Ranns1-0/+1
2018-04-17IP mcast: allow unicast address as a next-hopNeale Ranns1-2/+2
2018-04-13GBP V2Neale Ranns2-0/+26
2018-04-12Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify'Neale Ranns1-23/+23
2018-04-04NAT added FIB entries have a preference lower than API/CLINeale Ranns2-0/+6
2018-03-26Restore the brief FIB entry printingNeale Ranns1-7/+7
2018-03-20FIB Interpose SourceNeale Ranns18-3987/+5041
2018-03-19FIB code coverity found defectNeale Ranns1-1/+1
2018-03-19IGMP pluginJakub Grajciar1-2/+18
2018-03-19FIX: Fixed ip6_fib_dump api function response.Dmitry Vakhrushev1-1/+1
2018-03-13Common form of fib-path reproting in dumpsNeale Ranns5-4/+292
2018-03-13FIB: DVR paths are not considered L3 attachedNeale Ranns1-0/+10
2018-03-09MPLS Unifom modeNeale Ranns13-95/+399
2018-03-05IP6 link-local tableNeale Ranns8-74/+106
2018-03-016RD: Rewritten 6RD RFC5969 support.Ole Troan3-6/+1
2018-02-22bihash table size perf/scale improvementsDave Barach1-3/+11
2018-02-19Adjacency Delegate updatesNeale Ranns1-24/+18
2018-02-06Fix clang -Wvarargs compile errorsDamjan Marion2-4/+4