From e4c356827acc661e33b6a6bdffc5ededf7beb659 Mon Sep 17 00:00:00 2001 From: Rami Rosen Date: Sat, 19 Jul 2014 12:00:25 +0300 Subject: [PATCH] iplink: macvtap: fix man page This patch adds description about macvtap to ip-link.8 man page. Signed-off-by: Rami Rosen --- man/man8/ip-link.8.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in index f89785c5..6df0f8f4 100644 --- a/man/man8/ip-link.8.in +++ b/man/man8/ip-link.8.in @@ -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