From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Lebrun Subject: [PATCH iproute2 net-next 0/3] Add support for SRv6 local segment processing Date: Wed, 9 Aug 2017 15:16:58 +0200 Message-ID: <20170809131701.21304-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]:46378 "EHLO smtp3.sgsi.ucl.ac.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752220AbdHINRX (ORCPT ); Wed, 9 Aug 2017 09:17:23 -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 smtp3.sgsi.ucl.ac.be (Postfix) with ESMTPS id 88FD067D9E0 for ; Wed, 9 Aug 2017 15:17:03 +0200 (CEST) Sender: netdev-owner@vger.kernel.org List-ID: This patch series adds support and documentation for the seg6local lightweight tunnel, enabling to perform operations to SR-enabled packets based on their active segment. Signed-off-by: David Lebrun David Lebrun (3): iproute: add helper functions for SRH processing iproute: add support for SRv6 local segment processing man: add documentation for seg6local lwt ip/iproute.c | 2 +- ip/iproute_lwtunnel.c | 354 ++++++++++++++++++++++++++++++++++++++++++------- man/man8/ip-route.8.in | 62 ++++++++- 3 files changed, 368 insertions(+), 50 deletions(-) -- 2.10.2