[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170415101717.18730-1-david.lebrun@uclouvain.be>
Date:   Sat, 15 Apr 2017 12:17:14 +0200
From:   David Lebrun <david.lebrun@...ouvain.be>
To:     <netdev@...r.kernel.org>
CC:     David Lebrun <david.lebrun@...ouvain.be>
Subject: [PATCH iproute2 net-next v2 0/3] Add support for IPv6 Segment Routing
This patch series adds support and documentation in iproute2 for
encapsulation with IPv6 SR, and for control of HMAC mappings.
v2: fix bad types and indentation
Signed-off-by: David Lebrun <david.lebrun@...ouvain.be>
David Lebrun (3):
  ip: add ip sr command to control SR-IPv6 internal structures
  iproute: add support for SR-IPv6 lwtunnel encapsulation
  man: add documentation for IPv6 SR commands
 ip/Makefile            |   2 +-
 ip/ip.c                |   3 +-
 ip/ip_common.h         |   1 +
 ip/iproute.c           |   6 +-
 ip/iproute_lwtunnel.c  | 154 ++++++++++++++++++++++++++++++++
 ip/ipseg6.c            | 238 +++++++++++++++++++++++++++++++++++++++++++++++++
 man/man8/ip-route.8.in |  39 +++++++-
 man/man8/ip-sr.8       |  58 ++++++++++++
 8 files changed, 495 insertions(+), 6 deletions(-)
 create mode 100644 ip/ipseg6.c
 create mode 100644 man/man8/ip-sr.8
-- 
2.10.2
Powered by blists - more mailing lists