aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/mfib
AgeCommit message (Expand)AuthorFilesLines
2024-03-23fib: fix vectorized impl buffer typoDmitry Valter1-1/+1
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-4/+0
2024-03-05vnet: fix format of deleted sw interfacesVladislav Grishenko1-4/+2
2022-03-24fib: Fix crash when removing a covering prefixNeale Ranns3-10/+18
2022-01-09fib: multiple memory leaks upon deleting a VRF tableSteven Luong2-15/+23
2021-12-21fib: MPLS EOS chains built for attached prefixes should link to a lookup DPONeale Ranns1-1/+4
2021-10-21fib: respect mfib entry flags on create with pathsPaul Atkins5-3/+15
2021-10-12fib: fix the drop counter for ipv6 RPF failuresNeale Ranns1-24/+24
2021-10-11ip: fix fib and mfib locksNathan Skrzypczak1-15/+19
2021-09-30fib: doc nitfixesNathan Skrzypczak4-12/+12
2021-09-13interface: fix init fib_index_by_sw_if_indexNathan Skrzypczak2-2/+0
2021-07-13misc: remove vnet_all_api_h and vnet_msg_enumFilip Tehlar1-16/+0
2021-05-26fib: During the mfib lookup set the unicast FIB index in the packet so that a...Neale Ranns1-26/+28
2020-12-14misc: refactor clib_bitmap_foreach macroDamjan Marion1-3/+3
2020-12-14misc: move to new pool_foreach macrosDamjan Marion4-15/+15
2020-12-14api: add missing version infoPaul Vinciguerra1-1/+2
2020-11-26fib: Expressive type for walk return code. Honour code.Neale Ranns1-3/+2
2020-11-16fib: increase the reference counter size for mfib to 32 bitsMiklos Tirpak1-1/+1
2020-10-28misc: Break the big IP header files to improve compile timeNeale Ranns1-0/+1
2020-10-21ip: convert u32 entry_flags to vl_api_mfib_entry_flags_t on mroute APINeale Ranns3-2/+34
2020-10-19ip: Move the IP6 fib into ip6_[m]fib.cNeale Ranns2-7/+54
2020-10-08fib: Register multicast MAC with interface for accepting interfacesNeale Ranns3-2/+134
2020-04-16fib: fix use-after-freeBenoƮt Ganne1-10/+11
2020-03-17fib: Always install all routers mcast addressesNeale Ranns3-29/+89
2019-12-16vppinfra: bihash walk cb typedef and continue/stop controlsNeale Ranns1-1/+2
2019-11-26fib: Table ReplaceNeale Ranns8-25/+321
2019-09-25fib: fix some typos in fib/mtrieLijian.Zhang1-1/+1
2019-08-20vppapigen: remove support for legacy typedefsPaul Vinciguerra1-1/+1
2019-07-02fib: Coverity fix to remove dead codeNeale Ranns1-2/+0
2019-06-18fib: fib api updatesNeale Ranns8-142/+414
2019-06-05In ip6_mfib_forward_rpf_node,is_v4 should be 0.mu.duojiao1-1/+1
2019-05-30FIB: correctly report IPv6 FIB Unicast and Multicast memory usage (VPP-1578)"Neale Ranns2-3/+8
2019-04-08fixing typosJim Thompson1-1/+1
2019-03-11mfib: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar1-29/+9
2019-01-07VOM: mroutesNeale Ranns1-0/+13
2018-12-21MFIB: coverity fixesNeale Ranns2-7/+16
2018-12-20FIB: encode the label stack in the FIB path during table dumpNeale Ranns3-3/+30
2018-12-18MFIB: recurse resolution through an MFIB entryNeale Ranns17-157/+1492
2018-12-16IP6-MFIB: replace the radix tree with bihash (VPP-1526)Neale Ranns4-123/+146
2018-12-06MFIB; CLI improvementsNeale Ranns1-1/+5
2018-12-03move [m]fib and BIER tests to unittest pluginNeale Ranns1-1535/+0
2018-10-25Trivial: Cleanup missing va_ends.Paul Vinciguerra1-2/+2
2018-10-23c11 safe string handling supportDave Barach4-10/+10
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das2-6/+6
2018-10-16FIB: use vlib-log for debuggingNeale Ranns1-20/+12
2018-10-01mroute routers in the stats segmentNeale Ranns2-0/+11
2018-09-19GRE: fix 4o6 and 6o4 adj stackingNeale Ranns1-17/+0
2018-09-10vxlan-gbp: Add support for vxlan gbpMohsin Kazmi1-0/+2
2018-08-22IPIP and SIXRD tunnels create API needs table-IDs not fib-indexesNeale Ranns1-0/+2
2018-07-09IGMP improvementsNeale Ranns1-0/+2