Commit f1a6f4e9 authored by Stephen Hemminger's avatar Stephen Hemminger

iplink: add vxlan to man page

Also sort link types for clarity
parent de038993
...@@ -50,7 +50,16 @@ ip-link \- network device configuration ...@@ -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. ...@@ -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
.B veth
- Virtual ethernet interface
.sp .sp
.B vcan .B can
- Virtual Local CAN interface - Controller Area Network interface
.sp .sp
.B dummy .B dummy
- Dummy network interface - Dummy network interface
...@@ -151,17 +157,23 @@ Link types: ...@@ -151,17 +157,23 @@ Link types:
.B ifb .B ifb
- Intermediate Functional Block device - Intermediate Functional Block device
.sp .sp
.B ipoib
- IP over Infiniband device
.sp
.B macvlan .B macvlan
- virtual interface base on link layer address (MAC) - Virtual interface base on link layer address (MAC)
.sp .sp
.B can .B vcan
- Controller Area Network interface - Virtual Local CAN interface
.sp .sp
.B bridge .B veth
- Ethernet Bridge device - Virtual ethernet interface
.sp .sp
.B ipoib .BR vlan
- IP over Infiniband device - 802.1q tagged virtual LAN interface
.sp
.BR vxlan
- Virtual eXtended LAN
.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