All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2] bridge: drop reference to unused option embedded from manpage
@ 2015-03-17 15:34 Andy Gospodarek
  2015-03-18  0:52 ` Toshiaki Makita
  0 siblings, 1 reply; 4+ messages in thread
From: Andy Gospodarek @ 2015-03-17 15:34 UTC (permalink / raw)
  To: netdev; +Cc: John Fastabend

While looking at the manpage, I noticed a reference to 'embedded' that was
added by this commit:

	commit d611682a8c8f28205158e6d3a7d5e2d01db022cc
	Author: John Fastabend <john.r.fastabend@intel.com>
	Date:   Thu Sep 13 23:50:36 2012 -0700

	    iproute2: bridge: finish removing replace option in man pages

I no longer see any reference to the 'embedded' option in any c- or h-files, so
it seems worthwhile to remove.

Signed-off-by: Andy Gospodarek <gospo@cumulusnetworks.com>
CC: John Fastabend <john.r.fastabend@intel.com>
---
 man/man8/bridge.8 | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/man/man8/bridge.8 b/man/man8/bridge.8
index 2005b9f..1855041 100644
--- a/man/man8/bridge.8
+++ b/man/man8/bridge.8
@@ -54,7 +54,7 @@ bridge \- show / manipulate bridge addresses and devices
 .B  dev
 .IR DEV " { "
 .BR local " | " temp " } { "
-.BR self " } { " embedded " } { " router " } [ "
+.BR self " } { " router " } [ "
 .B  dst
 .IR IPADDR " ] [ "
 .B vni
@@ -326,10 +326,6 @@ the interface to which this address is associated.
 - the address is associated with a software fdb (default)
 .sp
 
-.B embedded
-- the address is associated with an offloaded fdb
-.sp
-
 .B router
 - the destination address is associated with a router.
 Valid if the referenced device is a VXLAN type device and has
-- 
1.9.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-03-24 21:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-17 15:34 [PATCH iproute2] bridge: drop reference to unused option embedded from manpage Andy Gospodarek
2015-03-18  0:52 ` Toshiaki Makita
2015-03-19 16:14   ` Andy Gospodarek
2015-03-24 21:55     ` Stephen Hemminger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.