netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Lebrun <david.lebrun@uclouvain.be>
To: <netdev@vger.kernel.org>
Cc: David Lebrun <david.lebrun@uclouvain.be>
Subject: [PATCH iproute2 0/3] add support for IPv6 Segment Routing
Date: Tue, 10 Jan 2017 17:41:23 +0100	[thread overview]
Message-ID: <1484066486-22152-1-git-send-email-david.lebrun@uclouvain.be> (raw)

This patch series adds support for the IPv6 Segment Routing implementation in
the Linux kernel. The following features are supported.

* IPv6 SR lightweight tunnels encapsulation ("ip route add ... encap seg6 ...")
* Parsing of routes with a seg6 lwt encap ("ip route show")
* Control of internal SR structures: tunnel source ("ip sr tunsrc") and
  HMAC ("ip sr hmac"). HMAC support enables to map an HMAC Key ID to
  a pair of algorithm + secret.

Signed-off-by: David Lebrun <david.lebrun@uclouvain.be>

David Lebrun (3):
  sr: add header files for SR-IPv6
  ip: add ip sr command to control SR-IPv6 internal structures
  iproute: add support for SR-IPv6 lwtunnel encapsulation

 include/linux/seg6.h          |  54 ++++++++++
 include/linux/seg6_genl.h     |  32 ++++++
 include/linux/seg6_hmac.h     |  21 ++++
 include/linux/seg6_iptunnel.h |  38 +++++++
 ip/Makefile                   |   2 +-
 ip/ip.c                       |   3 +-
 ip/ip_common.h                |   1 +
 ip/iproute.c                  |   6 +-
 ip/iproute_lwtunnel.c         | 160 ++++++++++++++++++++++++++++
 ip/ipseg6.c                   | 238 ++++++++++++++++++++++++++++++++++++++++++
 10 files changed, 551 insertions(+), 4 deletions(-)
 create mode 100644 include/linux/seg6.h
 create mode 100644 include/linux/seg6_genl.h
 create mode 100644 include/linux/seg6_hmac.h
 create mode 100644 include/linux/seg6_iptunnel.h
 create mode 100644 ip/ipseg6.c

-- 
2.7.3

             reply	other threads:[~2017-01-10 16:40 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-10 16:41 David Lebrun [this message]
2017-01-10 16:41 ` [PATCH iproute2 1/3] sr: add header files for SR-IPv6 David Lebrun
2017-01-10 17:25   ` Tom Herbert
2017-01-10 18:33   ` Stephen Hemminger
2017-01-12  8:35     ` David Lebrun
2017-01-10 16:41 ` [PATCH iproute2 2/3] ip: add ip sr command to control SR-IPv6 internal structures David Lebrun
2017-01-10 17:25   ` Tom Herbert
2017-01-10 18:35   ` Stephen Hemminger
2017-01-10 16:41 ` [PATCH iproute2 3/3] iproute: add support for SR-IPv6 lwtunnel encapsulation David Lebrun
2017-01-10 17:26   ` Tom Herbert

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=1484066486-22152-1-git-send-email-david.lebrun@uclouvain.be \
    --to=david.lebrun@uclouvain.be \
    --cc=netdev@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).