aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/mfib/mfib_forward.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-23fib: fix vectorized impl buffer typoDmitry Valter1-1/+1
2021-10-12fib: fix the drop counter for ipv6 RPF failuresNeale Ranns1-24/+24
2021-05-26fib: During the mfib lookup set the unicast FIB index in the packet so that a...Neale Ranns1-26/+28
2019-06-05In ip6_mfib_forward_rpf_node,is_v4 should be 0.mu.duojiao1-1/+1
2019-03-11mfib: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar1-29/+9
2018-12-16IP6-MFIB: replace the radix tree with bihash (VPP-1526)Neale Ranns1-3/+3
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das1-2/+2
2018-01-24Improve the error reporting for a IP multicast RPF miss.Neale Ranns1-2/+12
2017-04-07MPLS McastNeale Ranns1-8/+21
2017-01-27IP Multicast FIB (mfib)Neale Ranns1-0/+512