From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Lebrun Subject: [PATCH iproute2 net-next v2 0/3] Add support for IPv6 Segment Routing Date: Sat, 15 Apr 2017 12:17:14 +0200 Message-ID: <20170415101717.18730-1-david.lebrun@uclouvain.be> Mime-Version: 1.0 Content-Type: text/plain Cc: David Lebrun To: Return-path: Received: from smtp.sgsi.ucl.ac.be ([130.104.5.67]:39942 "EHLO smtp2.sgsi.ucl.ac.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752091AbdDOKRO (ORCPT ); Sat, 15 Apr 2017 06:17:14 -0400 Received: from mailboxes.uclouvain.be (mailboxes.uclouvain.be [130.104.6.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by smtp2.sgsi.ucl.ac.be (Postfix) with ESMTPS id 7939067DF71 for ; Sat, 15 Apr 2017 12:17:05 +0200 (CEST) Sender: netdev-owner@vger.kernel.org List-ID: 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 (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