]> git.ipfire.org Git - thirdparty/iproute2.git/commit
lwtunnel: implement support for ip6 encap
authorPaolo Abeni <pabeni@redhat.com>
Fri, 18 Dec 2015 09:50:38 +0000 (10:50 +0100)
committerStephen Hemminger <shemming@brocade.com>
Fri, 18 Dec 2015 19:40:32 +0000 (11:40 -0800)
commitd95cdcf52b4c85c280e3a0aceff22238947d92c2
tree166a5ddfe8dc42ee0b8a38480379bb351ebf853a
parent926b39e1feffdacff52fe8b7eafe0ba3b8c9ff59
lwtunnel: implement support for ip6 encap

Currently ip6 encap support for lwtunnel is missing.
This patch implement it, mostly duplicating the ipv4 parts.

Also be sure to insert a space after the encap type, when
showing lwtunnel, to avoid the tunnel type and the following
argument being merged into a single word.

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
ip/iproute_lwtunnel.c