[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1470342897-2004557-1-git-send-email-tom@herbertland.com>
Date: Thu, 4 Aug 2016 13:34:52 -0700
From: Tom Herbert <tom@...bertland.com>
To: <shemming@...cade.com>, <netdev@...r.kernel.org>
CC: <kernel-team@...com>, Tom Herbert <tom@...bertland.com>
Subject: [PATCH iproute v2 0/5] iproute: ila and fou addition
Patch set includes:
- Allow configuring checksum mode for ila LWT (e.g. configure
checksum neutral
- Configuration for performing ila translations using netfilter hook
- fou encapsulation for ip6tnl and gre6
- fou listener for IPv6
v2:
- Style fixes
- Replace occurences of RTA_DATA with rta_getattr_u*
Tom Herbert (5):
ila: Support for checksum neutral translation
ila: Support for configuring ila to use netfilter hook
ip6tnl: Support for fou encapsulation
gre6: Support for fou encapsulation
fou: Allowing configuring IPv6 listener
ip/Makefile | 2 +-
ip/ip.c | 3 +-
ip/ip_common.h | 1 +
ip/ipfou.c | 9 +-
ip/ipila.c | 267 ++++++++++++++++++++++++++++++++++++++++++++++++++
ip/iproute_lwtunnel.c | 58 ++++++++++-
ip/link_gre.c | 2 +-
ip/link_gre6.c | 101 +++++++++++++++++++
ip/link_ip6tnl.c | 92 ++++++++++++++++-
9 files changed, 527 insertions(+), 8 deletions(-)
create mode 100644 ip/ipila.c
--
2.8.0.rc2
Powered by blists - more mailing lists