naccyde / rpms / iproute

Forked from rpms/iproute 5 months ago
Clone

Blame SOURCES/0088-iplink-macvtap-fix-man-page.patch

049c96
From 360aec0603f2dc23eea1e2ec80497f5f4ef673ac Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Mon, 7 Mar 2016 16:11:30 +0100
049c96
Subject: [PATCH] iplink: macvtap: fix man page
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1013584
049c96
Upstream Status: iproute2.git commit e4c356827acc6
049c96
049c96
commit e4c356827acc661e33b6a6bdffc5ededf7beb659
049c96
Author: Rami Rosen <ramirose@gmail.com>
049c96
Date:   Sat Jul 19 12:00:25 2014 +0300
049c96
049c96
    iplink: macvtap: fix man page
049c96
049c96
    This patch adds description about macvtap to ip-link.8 man page.
049c96
049c96
    Signed-off-by: Rami Rosen <ramirose@gmail.com>
049c96
---
049c96
 man/man8/ip-link.8.in | 4 ++++
049c96
 1 file changed, 4 insertions(+)
049c96
049c96
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
049c96
index 4614ba3..4982268 100644
049c96
--- a/man/man8/ip-link.8.in
049c96
+++ b/man/man8/ip-link.8.in
049c96
@@ -58,6 +58,7 @@ ip-link \- network device configuration
049c96
 .BR ifb " | "
049c96
 .BR ipoib " |"
049c96
 .BR macvlan  " | "
049c96
+.BR macvtap  " | "
049c96
 .BR vcan " | "
049c96
 .BR veth " | "
049c96
 .BR vlan " | "
049c96
@@ -183,6 +184,9 @@ Link types:
049c96
 .B macvlan
049c96
 - Virtual interface base on link layer address (MAC)
049c96
 .sp
049c96
+.B macvtap
049c96
+- Virtual interface based on link layer address (MAC) and TAP.
049c96
+.sp
049c96
 .B vcan
049c96
 - Virtual Controller Area Network interface
049c96
 .sp
049c96
-- 
049c96
1.8.3.1
049c96