aboutsummaryrefslogtreecommitdiffstats
path: root/ip/ip.c
diff options
context:
space:
mode:
authorNicolas Dichtel <nicolas.dichtel@6wind.com>2012-12-12 09:09:23 -0800
committerStephen Hemminger <shemminger@vyatta.com>2012-12-12 09:09:23 -0800
commit9d0efc10487b92861a84fd6f171a841c1e026c6c (patch)
tree450b2b5740ec20ddba29c3ab3053bd9779c04a49 /ip/ip.c
parent4852ba750a2cc122e5b933b1ce852c60ef1471fc (diff)
downloadplatform_external_iproute2-9d0efc10487b92861a84fd6f171a841c1e026c6c.tar.gz
platform_external_iproute2-9d0efc10487b92861a84fd6f171a841c1e026c6c.tar.bz2
platform_external_iproute2-9d0efc10487b92861a84fd6f171a841c1e026c6c.zip
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>
Diffstat (limited to 'ip/ip.c')
-rw-r--r--ip/ip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ip/ip.c b/ip/ip.c
index e0f7e609..632d2717 100644
--- a/ip/ip.c
+++ b/ip/ip.c
@@ -85,6 +85,7 @@ static const struct cmd {
{ "mroute", do_multiroute },
{ "mrule", do_multirule },
{ "netns", do_netns },
+ { "netconf", do_ipnetconf },
{ "help", do_help },
{ 0 }
};