]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - man/man8/ip-link.8.in
ip: update man pages for 'ip link'
[mirror_iproute2.git] / man / man8 / ip-link.8.in
index 8a24e510959f2a4f2bc670074e0bfad3932890a8..8d2a6f99d98c07e85556df8f00419fdabeebc5ea 100644 (file)
@@ -1,4 +1,4 @@
-.TH IP\-LINK 8 "20 Dec 2011" "iproute2" "Linux"
+.TH IP\-LINK 8 "13 Dec 2012" "iproute2" "Linux"
 .SH "NAME"
 ip-link \- network device configuration
 .SH "SYNOPSIS"
@@ -50,7 +50,19 @@ ip-link \- network device configuration
 
 .ti -8
 .IR TYPE " := [ "
-.BR vlan " | " veth " | " vcan " | " dummy " | " ifb " | " macvlan " | " can " | " bridge " ]"
+.BR bridge " | "
+.BR can " | "
+.BR dummy " | "
+.BR ifb " | "
+.BR ipoib " |"
+.BR macvlan  " | "
+.BR vcan " | "
+.BR veth " | "
+.BR vlan " | "
+.BR vxlan " |"
+.BR ip6tnl " |"
+.BR ipip " |"
+.BR sit " ]"
 
 .ti -8
 .BI "ip link delete " DEVICE
@@ -136,14 +148,11 @@ specifies the type of the new device.
 Link types:
 
 .in +8
-.B vlan
-- 802.1q tagged virtual LAN interface
-.sp
-.B veth
-- Virtual ethernet interface
+.B bridge
+- Ethernet Bridge device
 .sp
-.B vcan
-- Virtual Local CAN interface
+.B can
+- Controller Area Network interface
 .sp
 .B dummy
 - Dummy network interface
@@ -151,14 +160,32 @@ Link types:
 .B ifb
 - Intermediate Functional Block device
 .sp
+.B ipoib
+- IP over Infiniband device
+.sp
 .B macvlan
-- virtual interface base on link layer address (MAC)
+- Virtual interface base on link layer address (MAC)
 .sp
-.B can
-- Controller Area Network interface
+.B vcan
+- Virtual Local CAN interface
 .sp
-.B bridge
-- Ethernet Bridge device
+.B veth
+- Virtual ethernet interface
+.sp
+.BR vlan
+- 802.1q tagged virtual LAN interface
+.sp
+.BR vxlan
+- 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
 
 .TP