]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
iplink: add vxlan to man page
authorStephen Hemminger <shemminger@vyatta.com>
Thu, 25 Oct 2012 16:01:29 +0000 (09:01 -0700)
committerStephen Hemminger <shemminger@vyatta.com>
Thu, 25 Oct 2012 16:01:29 +0000 (09:01 -0700)
Also sort link types for clarity

man/man8/ip-link.8.in

index c03a8d649b6b3097bc399fefe669f8cea7ff6283..43c4ac6bba135c3d44b139bbc8560dec05e64991 100644 (file)
@@ -50,7 +50,16 @@ ip-link \- network device configuration
 
 .ti -8
 .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
 .BI "ip link delete " DEVICE
@@ -136,14 +145,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,17 +157,23 @@ 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
-.B ipoib
-- IP over Infiniband device
+.BR vlan
+- 802.1q tagged virtual LAN interface
+.sp
+.BR vxlan
+- Virtual eXtended LAN
 .in -8
 
 .TP