This patch series adds support and documentation in iproute2 for encapsulation with IPv6 SR, and for control of HMAC mappings.
Signed-off-by: David Lebrun <david.leb...@uclouvain.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