summaryrefslogtreecommitdiffstats
path: root/vnet/vnet/fib
AgeCommit message (Expand)AuthorFilesLines
2016-12-20Decouple dependencies/assumptions in MAC changeNeale Ranns1-2/+0
2016-12-11VRF imported FIB entry should inherit the flags from the export entry.Neale Ranns2-7/+11
2016-12-09Add FIB unit test to 'make test'Neale Ranns1-22/+44
2016-12-07Prevent re-entrant walks on an adjacency.Neale Ranns1-40/+57
2016-12-06Refactor binary APIs for IP, VPP-549Dave Barach1-0/+54
2016-12-05All mcast and All class E have /4 not /8 subnet masksNeale Ranns1-4/+4
2016-12-05Locally generated packet go through lookup/load-balance - locally-generated i...Neale Ranns1-3/+11
2016-12-02remove CLIB_DEBUG conditional in fib_protocol_tNeale Ranns1-4/+0
2016-12-02MPLS infrastructure improvmentsNeale Ranns26-969/+1326
2016-11-30VXLAN multicast dst (remote) address supportEyal Bari3-4/+8
2016-11-21Convergence ImprovementsNeale Ranns5-11/+163
2016-11-17Fixup Path weights of 0Neale Ranns2-244/+629
2016-11-15Dump routes (VPP-500)Steven5-2/+67
2016-11-12pseudo atomic adjacency updatesNeale Ranns6-41/+110
2016-11-10VXLAN tunnel encap forwarding optimization with FIB 2.0John Lo1-0/+2
2016-11-09Fix Compile errors from clang in FIB2.0 codeNeale Ranns8-11/+11
2016-11-07use STATIC_ASSERT macro instead of calling _Static_assert directlyDamjan Marion3-8/+8
2016-11-03Crash when adding duplicate pathsNeale Ranns2-8/+66
2016-11-01Fix recursion loop - recurse through coverNeale Ranns2-2/+72
2016-11-01MPLS Exp-null TestsNeale Ranns2-18/+3
2016-10-25Support IETF routing Yang models (VPP-503).Neale Ranns11-62/+192
2016-10-21Fix Coverity Errors in FIB. This is mainly consolidating the vnet_link_t and ...Neale Ranns6-79/+47
2016-10-18Deprecate MPLSoGRE tunnels (VPP-502)Neale Ranns4-8/+77
2016-10-17VPP-491: Update CLI Command documentation for "show ip fib" and "show ip6 fib".Billy McFall2-68/+193
2016-10-15VPP-488: Fix build errors, which uncovered IPv6 load balance lookup bug.Billy McFall1-1/+16
2016-10-14FIB2.0: Adjacency complete pull model (VPP-487)Neale Ranns4-43/+58
2016-10-13VPP-286: Add CLI Command documentation via doxygen comments for vnet/vnet/ip.Billy McFall2-24/+107
2016-10-12Coverity warnings in new FIB code (VPP-484)Neale Ranns6-6/+15
2016-10-10FIB2.0: memory leaks during load-balance update (VPP-475)Neale Ranns8-282/+593
2016-10-07unicast RPF for FIB2.0Neale Ranns12-71/+880
2016-10-03FIB Memory Usage DiagnosticsNeale Ranns8-24/+158
2016-10-03L2 over LISP and GRE (VPP-457)Neale Ranns7-22/+91
2016-10-03(VPP-455) arp doesn't work when ip4 classifier configured with fib 2.0Neale Ranns3-3/+49
2016-09-30VPP-363: add ability to change mac address of the interfacePavel Kotucek1-0/+2
2016-09-21A Protocol Independent Hierarchical FIB (VPP-352)Neale Ranns43-0/+22529