naccyde / rpms / iproute

Forked from rpms/iproute 5 months ago
Clone

Blame SOURCES/0007-bridge-drop-reference-to-unused-option-embedded-from.patch

049c96
From e9ecb24fed993510096af3037139345b25fe2aa1 Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Thu, 18 Feb 2016 12:37:52 +0100
049c96
Subject: [PATCH] bridge: drop reference to unused option embedded from manpage
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1075692
049c96
Upstream Status: iproute2.git commit 822e9609e7ae8
049c96
049c96
commit 822e9609e7ae8e7dee27355d89d778f14cc27a2d
049c96
Author: Andy Gospodarek <gospo@cumulusnetworks.com>
049c96
Date:   Tue Mar 17 11:34:10 2015 -0400
049c96
049c96
    bridge: drop reference to unused option embedded from manpage
049c96
049c96
    While looking at the manpage, I noticed a reference to 'embedded' that was
049c96
    added by this commit:
049c96
049c96
    	commit d611682a8c8f28205158e6d3a7d5e2d01db022cc
049c96
    	Author: John Fastabend <john.r.fastabend@intel.com>
049c96
    	Date:   Thu Sep 13 23:50:36 2012 -0700
049c96
049c96
    	    iproute2: bridge: finish removing replace option in man pages
049c96
049c96
    I no longer see any reference to the 'embedded' option in any c- or h-files, so
049c96
    it seems worthwhile to remove.
049c96
049c96
    Signed-off-by: Andy Gospodarek <gospo@cumulusnetworks.com>
049c96
    CC: John Fastabend <john.r.fastabend@intel.com>
049c96
---
049c96
 man/man8/bridge.8 | 6 +-----
049c96
 1 file changed, 1 insertion(+), 5 deletions(-)
049c96
049c96
diff --git a/man/man8/bridge.8 b/man/man8/bridge.8
049c96
index 96312da..519640e 100644
049c96
--- a/man/man8/bridge.8
049c96
+++ b/man/man8/bridge.8
049c96
@@ -50,7 +50,7 @@ bridge \- show / manipulate bridge addresses and devices
049c96
 .B  dev
049c96
 .IR DEV " { "
049c96
 .BR local " | " temp " } { "
049c96
-.BR self " } { " embedded " } { " router " } [ "
049c96
+.BR self " } { " router " } [ "
049c96
 .B  dst
049c96
 .IR IPADDR " ] [ "
049c96
 .B vni
049c96
@@ -296,10 +296,6 @@ the interface to which this address is associated.
049c96
 - the address is associated with a software fdb (default)
049c96
 .sp
049c96
 
049c96
-.B embedded
049c96
-- the address is associated with an offloaded fdb
049c96
-.sp
049c96
-
049c96
 .B router
049c96
 - the destination address is associated with a router.
049c96
 Valid if the referenced device is a VXLAN type device and has
049c96
-- 
049c96
1.8.3.1
049c96