aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/fib/fib_path.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-20fib: fib path realloc during midchain stackNeale Ranns1-9/+13
2020-02-07fib: fix non-NULL terminated vectors in cli outputBenoƮt Ganne1-1/+1
2020-01-27ipip: Multi-point interfaceNeale Ranns1-1/+2
2020-01-09fib: leverage well-optimized clib_memcpyZhiyong Yang1-1/+1
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-2/+2
2019-12-17fib: Glean on NBMA interface points to dropNeale Ranns1-77/+71
2019-10-09fib: P2P interfaces do not need specific multicast adjacenciesNeale Ranns1-3/+18
2019-09-25fib: fix some typos in fib/mtrieLijian.Zhang1-1/+1
2019-07-24fib: Support the POP of a Psuedo Wire Control WordNeale Ranns1-0/+13
2019-06-18fib: fib api updatesNeale Ranns1-38/+100
2019-04-19FIB: recursion casues path reallocNeale Ranns1-1/+12
2019-03-22ADJ: more thorough link up checkNeale Ranns1-5/+5
2018-12-20FIB: encode the label stack in the FIB path during table dumpNeale Ranns1-4/+23
2018-12-07FIB recusrion loop checks traverse midchain adjacenciesNeale Ranns1-2/+14
2018-10-23c11 safe string handling supportDave Barach1-3/+3
2018-10-16FIB: use vlib-log for debuggingNeale Ranns1-30/+35
2018-10-16Sticky Load-balanceNeale Ranns1-6/+11
2018-10-08Adding Multipath support for exclusive DPO based fib path entries via rpathVijayabhaskar Katamreddy1-2/+11
2018-09-25FIB: recusrive paths must lock the table to prevent its deletionNeale Ranns1-0/+6
2018-09-20UDP-Encap: name counters for the stats segmentNeale Ranns1-1/+1
2018-07-30FIB: return entry prefix by const reference to avoid the copyNeale Ranns1-4/+1
2018-07-10FIB path dump: fix next-hop-table ID for recursive routesNeale Ranns1-0/+2
2018-04-25GBPv6: NAT66 actions for GBPNeale Ranns1-1/+1
2018-04-17IP mcast: allow unicast address as a next-hopNeale Ranns1-2/+2
2018-03-13Common form of fib-path reproting in dumpsNeale Ranns1-1/+9
2018-03-09MPLS Unifom modeNeale Ranns1-11/+9
2018-03-016RD: Rewritten 6RD RFC5969 support.Ole Troan1-0/+1
2018-01-09DVR: run L3 output featuresNeale Ranns1-38/+68
2017-12-21fib: make deag entries urpf extemptFlorin Coras1-0/+5
2017-12-15fib: fix show fib path-list and pathFlorin Coras1-2/+2
2017-12-09BIER in non-MPLS netowrksNeale Ranns1-115/+66
2017-11-26FIB: store the node type not the function pointer.Neale Ranns1-2/+0
2017-11-14Ip6 dump not showing fib table names (VPP-1063)Neale Ranns1-4/+3
2017-11-11MPLS disposition actions at the tail of unicast LSPsNeale Ranns1-1/+12
2017-11-09BIERNeale Ranns1-15/+370
2017-11-07UDP Encapsulation.Neale Ranns1-1/+72
2017-10-25L3 proxy FIB source for container networkingAndrew Yourtchenko1-7/+8
2017-10-14Source Lookup progammable via APINeale Ranns1-2/+8
2017-10-05Distributed Virtual Router SupportNeale Ranns1-22/+42
2017-10-04Dump of deag/lookup routes has is_drop=1 (VPP-995)Neale Ranns1-0/+2
2017-08-21PPPoE usses a midchain adjacency stack on an interface-tx DPONeale Ranns1-7/+7
2017-08-08L2 over MPLSNeale Ranns1-44/+35
2017-08-01FIB path weight incorrect in dump (VPP-922)Neale Ranns1-2/+3
2017-07-31Fix fib_path encoding (VPP-921)Florin Coras1-0/+2
2017-07-18FIB path preferenceNeale Ranns1-4/+43
2017-05-23Labelled attached paths via an MPLS tunnelNeale Ranns1-26/+44
2017-05-23ARP/ND entries for the same address on different interfaces (VPP-848)Neale Ranns1-3/+3
2017-05-15Fix FIB recursion loops via cover (VPP-842)Neale Ranns1-3/+8
2017-04-24Improve Load-Balance MAPsNeale Ranns1-2/+4
2017-04-13Remove unsed parameter from fib_table_entry_special_add() (only used in FIB t...Neale Ranns1-2/+1