Commit 77987911 authored by Nicolas Dichtel's avatar Nicolas Dichtel Committed by Stephen Hemminger

ip: update man pages for 'ip link'

Now 'ip link' supports ipip, sit and ip6tnl.
Signed-off-by: default avatarNicolas Dichtel <nicolas.dichtel@6wind.com>
parent 2a898320
.TH IP\-LINK 8 "20 Dec 2011" "iproute2" "Linux" .TH IP\-LINK 8 "13 Dec 2012" "iproute2" "Linux"
.SH "NAME" .SH "NAME"
ip-link \- network device configuration ip-link \- network device configuration
.SH "SYNOPSIS" .SH "SYNOPSIS"
...@@ -59,7 +59,10 @@ ip-link \- network device configuration ...@@ -59,7 +59,10 @@ ip-link \- network device configuration
.BR vcan " | " .BR vcan " | "
.BR veth " | " .BR veth " | "
.BR vlan " | " .BR vlan " | "
.BR vxlan " ]" .BR vxlan " |"
.BR ip6tnl " |"
.BR ipip " |"
.BR sit " ]"
.ti -8 .ti -8
.BI "ip link delete " DEVICE .BI "ip link delete " DEVICE
...@@ -174,6 +177,15 @@ Link types: ...@@ -174,6 +177,15 @@ Link types:
.sp .sp
.BR vxlan .BR vxlan
- Virtual eXtended LAN - Virtual eXtended LAN
.sp
.BR ip6tnl
- Virtual tunnel interface IPv4|IPv6 over IPv6
.sp
.BR ipip
- Virtual tunnel interface IPv4 over IPv4
.sp
.BR sit
- Virtual tunnel interface IPv6 over IPv4
.in -8 .in -8
.TP .TP
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment