]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ip: add support of 'ip link type [ipip|sit]'
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Wed, 12 Dec 2012 09:51:47 +0000 (10:51 +0100)
committerStephen Hemminger <shemminger@vyatta.com>
Wed, 12 Dec 2012 17:10:22 +0000 (09:10 -0800)
commit1ce2de97386e38c258ee2048a80ee28d0e8bad01
tree30cba5ba3c528d031d83acde8a3bd3b8b8630bbf
parent9d0efc10487b92861a84fd6f171a841c1e026c6c
ip: add support of 'ip link type [ipip|sit]'

This patch allows to manage ip tunnels via the interface ip link.
The syntax for parameters is the same that 'ip 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>
ip/Makefile
ip/iplink.c
ip/link_iptnl.c [new file with mode: 0644]