aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/mfib/mfib_entry.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-24fib: Fix crash when removing a covering prefixNeale Ranns1-1/+1
2022-01-09fib: multiple memory leaks upon deleting a VRF tableSteven Luong1-0/+2
2021-12-21fib: MPLS EOS chains built for attached prefixes should link to a lookup DPONeale Ranns1-1/+4
2021-09-30fib: doc nitfixesNathan Skrzypczak1-2/+2
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-3/+3
2020-10-08fib: Register multicast MAC with interface for accepting interfacesNeale Ranns1-2/+56
2020-04-16fib: fix use-after-freeBenoƮt Ganne1-10/+11
2019-11-26fib: Table ReplaceNeale Ranns1-11/+77
2019-06-18fib: fib api updatesNeale Ranns1-106/+118
2019-01-07VOM: mroutesNeale Ranns1-0/+13
2018-12-21MFIB: coverity fixesNeale Ranns1-6/+15
2018-12-20FIB: encode the label stack in the FIB path during table dumpNeale Ranns1-3/+4
2018-12-18MFIB: recurse resolution through an MFIB entryNeale Ranns1-123/+300
2018-10-23c11 safe string handling supportDave Barach1-1/+1
2018-10-16FIB: use vlib-log for debuggingNeale Ranns1-20/+12
2018-10-01mroute routers in the stats segmentNeale Ranns1-0/+10
2018-04-17IP mcast: allow unicast address as a next-hopNeale Ranns1-27/+39
2017-12-12Stats for Multicast FIBNeale Ranns1-0/+10
2017-11-26FIB: store the node type not the function pointer.Neale Ranns1-2/+0
2017-11-09BIERNeale Ranns1-1/+2
2017-09-11FIB table add/delete APINeale Ranns1-0/+11
2017-08-29Fix for bootstrap crash when VPP compiled with gcc-7Marco Varlese1-1/+1
2017-08-08L2 over MPLSNeale Ranns1-6/+4
2017-06-01IP Mcast - recalculate on interface up/dowmNeale Ranns1-56/+77
2017-05-23ARP/ND entries for the same address on different interfaces (VPP-848)Neale Ranns1-4/+4
2017-05-02Allow local/for-us replications for IP multicast routes on the CLINeale Ranns1-4/+2
2017-04-07MPLS McastNeale Ranns1-142/+253
2017-02-25MFIB: changes to improve route add/delete performanceNeale Ranns1-1/+8
2017-02-24MFIB memory leak. free the per-source interface hashNeale Ranns1-0/+2
2017-02-20Python test IP and MPLS objects conform to infra.Neale Ranns1-1/+7
2017-02-13Basic support for LISP-GPE encapsulated NSH packetsFlorin Coras1-0/+1
2017-02-09Improve MFIB doxygen helpNeale Ranns1-0/+4
2017-02-02Fix SR multicast post mfib commitNeale Ranns1-16/+74
2017-01-27IP Multicast FIB (mfib)Neale Ranns1-0/+1096