]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
iplink: macvtap: fix man page
authorRami Rosen <ramirose@gmail.com>
Sat, 19 Jul 2014 09:00:25 +0000 (12:00 +0300)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 4 Aug 2014 16:31:02 +0000 (09:31 -0700)
This patch adds description about macvtap to ip-link.8 man page.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
man/man8/ip-link.8.in

index f89785c518d93cdad2cbfe4ffcd241c14651975a..6df0f8f4590400583d3949676e1fb69a88fd9874 100644 (file)
@@ -60,6 +60,7 @@ ip-link \- network device configuration
 .BR ifb " | "
 .BR ipoib " |"
 .BR macvlan  " | "
+.BR macvtap  " | "
 .BR vcan " | "
 .BR veth " | "
 .BR vlan " | "
@@ -179,6 +180,9 @@ Link types:
 .B macvlan
 - Virtual interface base on link layer address (MAC)
 .sp
+.B macvtap
+- Virtual interface based on link layer address (MAC) and TAP.
+.sp
 .B vcan
 - Virtual Controller Area Network interface
 .sp