aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/ip/ip6_forward.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-3402/+0
2016-12-09Coding standards cleanup for vnet/vnet/ip, VPP-255Dave Barach1-1221/+1339
2016-12-09VPP-547: Fix for co-existence of HbH and RH header in Segment routing:Shwetha1-26/+129
2016-12-05Locally generated packet go through lookup/load-balance - locally-generated i...Neale Ranns1-45/+41
2016-12-02MPLS infrastructure improvmentsNeale Ranns1-2/+2
2016-11-23dpdk: remove rte_mbuf modifications at many places in the codeDamjan Marion1-30/+0
2016-11-22GRE tests and fixesNeale Ranns1-0/+2
2016-11-21Dual Loop Load-Balance NodesNeale Ranns1-50/+159
2016-11-15feature: convert ipsec output to new feature codeMatus Fabian1-0/+6
2016-11-11feature: convert all feature nodes to new feature infraDamjan Marion1-239/+71
2016-11-03Adding Sequence Number - Per Packet Counter(PPC) support for iOAM6.AkshayaNadahalli1-6/+6
2016-11-01VPP-437: ip6 hbh processing with FIB 2.0Shwetha1-16/+29
2016-11-01config: rename ip_config_main_t to vnet_feature_config_main_tDamjan Marion1-4/+4
2016-10-29IPv6 Classify Forwarding Graph errorsNeale Ranns1-5/+4
2016-10-25Support IETF routing Yang models (VPP-503).Neale Ranns1-2/+2
2016-10-17VPP-491: Update CLI Command documentation for "show ip fib" and "show ip6 fib".Billy McFall1-24/+64
2016-10-14FIB2.0: Adjacency complete pull model (VPP-487)Neale Ranns1-5/+8
2016-10-13VPP-286: Add CLI Command documentation via doxygen comments for vnet/vnet/ip.Billy McFall1-5/+125
2016-10-11Rename ip_feature_init_cast(...) to vnet_feature_arc_init(...), VPP-481Dave Barach1-93/+93
2016-10-10ipfix: add classification nodes for flow statistics (VPP-204)Juraj Sloboda1-0/+6
2016-10-03L2 over LISP and GRE (VPP-457)Neale Ranns1-7/+27
2016-10-03(VPP-455) arp doesn't work when ip4 classifier configured with fib 2.0Neale Ranns1-0/+63
2016-09-28Fix packet trace for IP4/IP6 lookup/forwarding nodesJohn Lo1-3/+3
2016-09-21A Protocol Independent Hierarchical FIB (VPP-352)Neale Ranns1-1017/+427
2016-09-06VPP-346 More VPP doc fixesChris Luke1-2/+2
2016-08-25Save rewrite length for post-rewrite rewind actionDave Barach1-0/+3
2016-08-25Fix ip6-rewrite drops when no feature is configuredAkshayaNadahalli1-0/+2
2016-08-22Raw export of IP6 packet with iOAM metadataShwetha1-48/+192
2016-08-19VPP-337 Add per interface IN filteringDave Barach1-34/+147
2016-07-29VPP-142 Follow up fix for shared_count of indirect adjacenciesJohn Lo1-8/+0
2016-07-26policer classifyMatus Fabian1-1/+7
2016-07-25VPP-142 - Follow up fix for shared_count in indirect adjacenciesJohn Lo1-2/+6
2016-07-20IP6 forward: Add ND route when next-hop is unknown link localPierre Pfister1-14/+25
2016-07-07VPP-142 Recursive route sending traffic to wrong interfaceNeale1-58/+89
2016-07-05VPP-179 Fix adjacency reference-count botchesDave Barach1-1/+12
2016-06-30Fix clang buildDamjan Marion1-3/+3
2016-06-28VPP-48 Fixes for ip4/6 ttl checks and icmp responsesChris Luke1-21/+66
2016-06-26Misc. janitorial work:Dave Barach1-2/+3
2016-06-22ARP/NDP does not send solicitation when no source address is availablePierre Pfister1-2/+10
2016-06-18Give correct argument to ip_call_add_del_adjacency_callbacksPierre Pfister1-1/+1
2016-06-17Dynamically compute ip feature subgraph orderDave Barach1-18/+79
2016-06-16VPP-19: Split the lookup.h IP_LOOKUP_NEXT enum.Ole Troan1-9/+7
2016-06-14Reset new indirect adjacdncy template before using itDamjan Marion1-0/+2
2016-06-14Fix node siblingsOle Troan1-6/+3
2016-06-13VPP-117: Fix ip4 and ip6 lookup and rewrite tracesPierre Pfister1-33/+47
2016-06-09VPP-117: Add trace to ip4 and ip6 lookup nodesPierre Pfister1-11/+42
2016-06-07IPv6 HBH: Refactor code. Separate out RFC2460 HBH handling and the more exper...Ole Troan1-8/+298
2016-05-19Add support for multiple microarchitectures in single binaryDamjan Marion1-0/+16
2016-05-16VPP-69: Create fib or bridge domain with arbitrary IDPierre Pfister1-0/+8
2016-05-06Check IP adj_index to make sure it is valid to prevent possible crashJohn Lo1-1/+3