On Wed, 9 Aug 2017 17:33:23 +0200 David Lebrun <david.leb...@uclouvain.be> wrote:
> 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. > > v2: use a table for action names > > Signed-off-by: David Lebrun <david.leb...@uclouvain.be> > > 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 | 324 > +++++++++++++++++++++++++++++++++++++++++-------- > man/man8/ip-route.8.in | 62 +++++++++- > 3 files changed, 338 insertions(+), 50 deletions(-) > Applied to net-next branch. Thanks David.