]> git.proxmox.com Git - mirror_iproute2.git/commit - include/libnetlink.h
ip: add support of 'ip link type ip6tnl'
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Wed, 12 Dec 2012 17:09:23 +0000 (09:09 -0800)
committerStephen Hemminger <shemminger@vyatta.com>
Wed, 12 Dec 2012 17:09:23 +0000 (09:09 -0800)
commit9d0efc10487b92861a84fd6f171a841c1e026c6c
tree450b2b5740ec20ddba29c3ab3053bd9779c04a49
parent4852ba750a2cc122e5b933b1ce852c60ef1471fc
ip: add support of 'ip link type ip6tnl'

This patch allows to manage ip6 tunnels via the interface ip link.
The syntax for parameters is the same that 'ip -6 tunnel'.

It also allows to display tunnels parameters with 'ip -details link' or
'ip -details monitor link'.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
include/libnetlink.h
ip/Makefile
ip/ip.c
ip/ip_common.h
ip/iplink.c
ip/ipmonitor.c
ip/link_ip6tnl.c [new file with mode: 0644]