aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/mfib/ip6_mfib.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-21fib: respect mfib entry flags on create with pathsPaul Atkins1-0/+2
2021-09-30fib: doc nitfixesNathan Skrzypczak1-5/+5
2021-09-13interface: fix init fib_index_by_sw_if_indexNathan Skrzypczak1-1/+0
2020-12-14misc: refactor clib_bitmap_foreach macroDamjan Marion1-3/+3
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-3/+3
2020-10-19ip: Move the IP6 fib into ip6_[m]fib.cNeale Ranns1-7/+25
2019-12-16vppinfra: bihash walk cb typedef and continue/stop controlsNeale Ranns1-1/+2
2019-11-26fib: Table ReplaceNeale Ranns1-5/+4
2019-06-18fib: fib api updatesNeale Ranns1-7/+7
2019-05-30FIB: correctly report IPv6 FIB Unicast and Multicast memory usage (VPP-1578)"Neale Ranns1-2/+7
2018-12-21MFIB: coverity fixesNeale Ranns1-1/+1
2018-12-18MFIB: recurse resolution through an MFIB entryNeale Ranns1-8/+54
2018-12-16IP6-MFIB: replace the radix tree with bihash (VPP-1526)Neale Ranns1-119/+139
2018-10-23c11 safe string handling supportDave Barach1-5/+5
2017-11-29Include allocated table memory in 'sh fib mem' outputNeale Ranns1-10/+20
2017-09-11FIB table add/delete APINeale Ranns1-5/+7
2017-08-08L2 over MPLSNeale Ranns1-3/+3
2017-05-19mfib CLI bugs (VPP-852)Neale Ranns1-5/+8
2017-04-07MPLS McastNeale Ranns1-0/+1
2017-02-25MFIB: changes to improve route add/delete performanceNeale Ranns1-1/+1
2017-02-20Python test IP and MPLS objects conform to infra.Neale Ranns1-10/+40
2017-01-27IP Multicast FIB (mfib)Neale Ranns1-0/+663