From: Thomas Graf <tgraf@suug.ch>
To: stephen@networkplumber.org
Cc: netdev@vger.kernel.org, roopa@cumulusnetworks.com,
jbenc@redhat.com, mengke.liu@intel.com, tom@herbertland.com
Subject: [PATCH 0/3 iproute2] Lightweight tunnels
Date: Thu, 15 Oct 2015 13:13:37 +0200 [thread overview]
Message-ID: <cover.1444907416.git.tgraf@suug.ch> (raw)
Roopa Prabhu (3):
libnetlink: introduce rta_nest and u8,u16,u64 helpers for nesting
within rtattr
lwtunnel: Add encapsulation support to ip route
ip-route man: add usage and description for lwtunnel encap attributes
include/libnetlink.h | 10 +++
include/utils.h | 3 +
ip/Makefile | 2 +-
ip/iproute.c | 39 +++++++--
ip/iproute_lwtunnel.c | 228 +++++++++++++++++++++++++++++++++++++++++++++++++
ip/iproute_lwtunnel.h | 8 ++
lib/libnetlink.c | 31 +++++++
man/man8/ip-route.8.in | 70 ++++++++++++++-
8 files changed, 384 insertions(+), 7 deletions(-)
create mode 100644 ip/iproute_lwtunnel.c
create mode 100644 ip/iproute_lwtunnel.h
--
2.4.3
next reply other threads:[~2015-10-15 11:13 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-15 11:13 Thomas Graf [this message]
2015-10-15 11:13 ` [PATCH 1/3] libnetlink: introduce rta_nest and u8,u16,u64 helpers for nesting within rtattr Thomas Graf
2015-10-15 16:51 ` Jiri Benc
2015-10-15 11:13 ` [PATCH 2/3] lwtunnel: Add encapsulation support to ip route Thomas Graf
2015-10-15 16:51 ` Jiri Benc
2015-10-15 11:13 ` [PATCH 3/3] ip-route man: add usage and description for lwtunnel encap attributes Thomas Graf
2015-10-15 16:52 ` Jiri Benc
2015-10-16 23:16 ` Stephen Hemminger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1444907416.git.tgraf@suug.ch \
--to=tgraf@suug.ch \
--cc=jbenc@redhat.com \
--cc=mengke.liu@intel.com \
--cc=netdev@vger.kernel.org \
--cc=roopa@cumulusnetworks.com \
--cc=stephen@networkplumber.org \
--cc=tom@herbertland.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.