aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/mpls
AgeCommit message (Expand)AuthorFilesLines
2017-11-26FIB: store the node type not the function pointer.Neale Ranns1-2/+0
2017-11-22CLI for interface MPLS enable returns errors to callerNeale Ranns1-1/+5
2017-11-22Fix MPLS local-label CLINeale Ranns1-2/+2
2017-11-18unformat function for FIB pathsNeale Ranns2-205/+14
2017-11-10Break up vpe.apiNeale Ranns2-0/+32
2017-11-09BIERNeale Ranns2-2/+3
2017-11-07UDP Encapsulation.Neale Ranns1-1/+3
2017-10-15Revert "Enforce FIB table creation before use"Florin Coras1-0/+5
2017-10-14Source Lookup progammable via APINeale Ranns1-2/+13
2017-10-13Enforce FIB table creation before useNeale Ranns1-5/+0
2017-10-09vppapigen: support per-file (major,minor,patch) version stampsDave Barach1-0/+2
2017-10-05Distributed Virtual Router SupportNeale Ranns1-7/+1
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine1-2/+2
2017-09-19Fix MPLS table create CLINeale Ranns1-7/+2
2017-09-18Fixes for issues Coverity has reported (VPP-972)Chris Luke1-1/+1
2017-09-13Add a name to the creation of an IP and MPLS tableNeale Ranns4-28/+46
2017-09-11replace uint32_t with u32Neale Ranns1-2/+2
2017-09-11FIB table add/delete APINeale Ranns4-30/+154
2017-09-06Fixes for issues raised by Coverity (VPP-972)Chris Luke1-3/+0
2017-08-14FIB table add/delete API onlyNeale Ranns2-0/+31
2017-08-10MPLS tunnel - multiple labels on the CLI - fix cut and paste robot errorsNeale Ranns1-13/+4
2017-08-09Allow multiple MPLS output labels to be passed on the CLINeale Ranns2-13/+43
2017-08-08L2 over MPLSNeale Ranns5-80/+94
2017-08-01FIB path weight incorrect in dump (VPP-922)Neale Ranns2-3/+6
2017-07-18FIB path preferenceNeale Ranns2-0/+4
2017-06-10MPLS: cannot delete a path from the CLINeale Ranns1-13/+25
2017-06-01MPLS trace the EOS bit correctlyNeale Ranns1-1/+2
2017-05-26MPLS lookup DPO does not pop the label (nor does it handle replicate)Neale Ranns2-77/+104
2017-05-25MPLS hash function improvementsNeale Ranns2-6/+63
2017-05-25MPLS interface output feature not explicitly enabledNeale Ranns1-2/+0
2017-05-24MPLS tunnels; path-list lock leak and debug CLI imrpovementsNeale Ranns1-7/+16
2017-05-24MPLS trace fixesNeale Ranns2-1/+7
2017-05-23Labelled attached paths via an MPLS tunnelNeale Ranns1-1/+3
2017-05-23ARP/ND entries for the same address on different interfaces (VPP-848)Neale Ranns2-99/+20
2017-04-26IP Flow Hash Config fixesNeale Ranns1-3/+15
2017-04-25"autoreply" flag: autogenerate standard xxx_reply_t messagesDave Barach1-23/+3
2017-04-24Improve Load-Balance MAPsNeale Ranns1-40/+78
2017-04-11MPLS Mcast coverity fixesNeale Ranns1-1/+1
2017-04-11Remove usued, redundant and deprecated code from lookup.hNeale Ranns1-2/+2
2017-04-07MPLS McastNeale Ranns8-458/+941
2017-04-06Use thread local storage for thread indexDamjan Marion3-19/+19
2017-04-03Adjacency layout change and move to vnet/adjNeale Ranns1-1/+1
2017-04-01MTRIE Optimisations 2Neale Ranns3-33/+32
2017-03-29Mtrie optimisationsNeale Ranns1-8/+0
2017-03-17features: remove remaining .end_nodeDamjan Marion1-1/+0
2017-03-17MPLS performance improvments.Neale Ranns6-109/+180
2017-03-17Cache a 'has-features' flag on the adjacency for faster access. Reclaim the n...Neale Ranns1-16/+26
2017-03-17Use the feature anchor in the MPLS input arc - it performs much betterNeale Ranns3-7/+9
2017-03-16vlib: make runtime_data thread-localDamjan Marion1-0/+13
2017-03-02Clean up binary api message handler registration issuesDave Barach1-27/+1