iplink: add vxlan to man page

Also sort link types for clarity
This commit is contained in:
Stephen Hemminger 2012-10-25 09:01:29 -07:00
parent de0389935f
commit f1a6f4e985
1 changed files with 29 additions and 17 deletions

View File

@ -50,7 +50,16 @@ ip-link \- network device configuration
.ti -8 .ti -8
.IR TYPE " := [ " .IR TYPE " := [ "
.BR vlan " | " veth " | " vcan " | " dummy " | " ifb " | " macvlan " | " can " | " bridge " | "ipoib" ]" .BR bridge " | "
.BR can " | "
.BR dummy " | "
.BR ifb " | "
.BR ipoib " |"
.BR macvlan " | "
.BR vcan " | "
.BR veth " | "
.BR vlan " | "
.BR vxlan " ]"
.ti -8 .ti -8
.BI "ip link delete " DEVICE .BI "ip link delete " DEVICE
@ -136,14 +145,11 @@ specifies the type of the new device.
Link types: Link types:
.in +8 .in +8
.B vlan .B bridge
- 802.1q tagged virtual LAN interface - Ethernet Bridge device
.sp .sp
.B veth .B can
- Virtual ethernet interface - Controller Area Network interface
.sp
.B vcan
- Virtual Local CAN interface
.sp .sp
.B dummy .B dummy
- Dummy network interface - Dummy network interface
@ -151,17 +157,23 @@ Link types:
.B ifb .B ifb
- Intermediate Functional Block device - Intermediate Functional Block device
.sp .sp
.B macvlan
- virtual interface base on link layer address (MAC)
.sp
.B can
- Controller Area Network interface
.sp
.B bridge
- Ethernet Bridge device
.sp
.B ipoib .B ipoib
- IP over Infiniband device - IP over Infiniband device
.sp
.B macvlan
- Virtual interface base on link layer address (MAC)
.sp
.B vcan
- Virtual Local CAN interface
.sp
.B veth
- Virtual ethernet interface
.sp
.BR vlan
- 802.1q tagged virtual LAN interface
.sp
.BR vxlan
- Virtual eXtended LAN
.in -8 .in -8
.TP .TP