naccyde / rpms / iproute

Forked from rpms/iproute 5 months ago
Clone

Blame SOURCES/0228-man-ip-link-ip-address-Drop-references-to-ipvlan.patch

049c96
From 216b8610970df1369d4459105fcc15658d1bf029 Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Wed, 3 Aug 2016 13:12:05 +0200
049c96
Subject: [PATCH] man: ip-link, ip-address: Drop references to ipvlan
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1013584
049c96
Upstream Status: RHEL only
049c96
049c96
Since we don't support ipvlan in RHEL, remove all references to this
049c96
interface type which were added by accident.
049c96
---
049c96
 man/man8/ip-address.8.in | 1 -
049c96
 man/man8/ip-link.8.in    | 4 ----
049c96
 2 files changed, 5 deletions(-)
049c96
049c96
diff --git a/man/man8/ip-address.8.in b/man/man8/ip-address.8.in
049c96
index c954ab3..08a79ec 100644
049c96
--- a/man/man8/ip-address.8.in
049c96
+++ b/man/man8/ip-address.8.in
049c96
@@ -120,7 +120,6 @@ ip-address \- protocol address management
049c96
 .BR ip6gretap " |"
049c96
 .BR vti " |"
049c96
 .BR nlmon " |"
049c96
-.BR ipvlan " |"
049c96
 .BR lowpan " |"
049c96
 .BR geneve " ]"
049c96
 
049c96
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
049c96
index 741922f..dc9728c 100644
049c96
--- a/man/man8/ip-link.8.in
049c96
+++ b/man/man8/ip-link.8.in
049c96
@@ -167,7 +167,6 @@ ip-link \- network device configuration
049c96
 .BR ip6gretap " |"
049c96
 .BR vti " |"
049c96
 .BR nlmon " |"
049c96
-.BR ipvlan " |"
049c96
 .BR geneve " ]"
049c96
 
049c96
 .ti -8
049c96
@@ -250,9 +249,6 @@ Link types:
049c96
 .BR nlmon
049c96
 - Netlink monitoring device
049c96
 .sp
049c96
-.BR ipvlan
049c96
-- Interface for L3 (IPv6/IPv4) based VLANs
049c96
-.sp
049c96
 .BR geneve
049c96
 - GEneric NEtwork Virtualization Encapsulation
049c96
 .sp
049c96
-- 
049c96
1.8.3.1
049c96