aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/fib/fib_path.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-05vnet: fix format of deleted sw interfacesVladislav Grishenko1-10/+4
2023-12-07vnet: allow format deleted swifidxNathan Skrzypczak1-4/+2
2023-11-27fib: fix fib_path_create() with drop targetsAlexander Skorichenko1-1/+2
2022-10-11fib: fix crash when create vxlan/vxlan-gpe/geneve/gtpu tunnel.Huawei LI1-1/+5
2022-09-09fib: fix path copy function to deal with provided DPO in exclusive pathDamjan Marion1-0/+6
2021-12-21fib: MPLS EOS chains built for attached prefixes should link to a lookup DPONeale Ranns1-6/+32
2021-11-15fib: re-evaluate the import/export state of a prefix.Neale Ranns1-0/+5
2021-06-08fib: make sure dpo is valid even when path pool expandsBenoît Ganne1-8/+22
2021-05-29udp: add udp decapsulationArthur de Kerhor1-1/+3
2021-02-15ip: Path MTUNeale Ranns1-0/+1
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-3/+3
2020-12-11fib: remove unsued path flagNeale Ranns1-5/+0
2020-12-11fib: Remove unused BIER variablesNeale Ranns1-11/+5
2020-12-08fib: Source Address SelectionNeale Ranns1-2/+14
2020-11-16fib: remove misleading FIB_PATH_TYPE_LASTBenoît Ganne1-14/+0
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