From patchwork Tue Mar 17 15:34:10 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Gospodarek X-Patchwork-Id: 451035 X-Patchwork-Delegate: shemminger@vyatta.com Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 1830C14018C for ; Wed, 18 Mar 2015 02:35:05 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=cumulusnetworks.com header.i=@cumulusnetworks.com header.b=bZ6JYb3J; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753729AbbCQPfA (ORCPT ); Tue, 17 Mar 2015 11:35:00 -0400 Received: from mail-qg0-f49.google.com ([209.85.192.49]:34855 "EHLO mail-qg0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753530AbbCQPe7 (ORCPT ); Tue, 17 Mar 2015 11:34:59 -0400 Received: by qgez64 with SMTP id z64so11359265qge.2 for ; Tue, 17 Mar 2015 08:34:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cumulusnetworks.com; s=google; h=from:to:cc:subject:date:message-id; bh=s+FoBUlv2pDdYCkyqZWmeoMMUAsQJ/m/+daE3lf+Jd0=; b=bZ6JYb3JTtnJBva18mCW6Mfpv6sUSn9JRS22Xw03NrGgVxvAuPLLJ9aB7lIJMzHVnH TIVQD9EKerhfCd9j6d7oeZp37uoKj15wklkgAbkaJ5l+70JiZh4zuu1zvcUOTbxUfY2L MPal9pcIbL2Yl+zCCxg88SLrgWP9LXLJoRtu8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=s+FoBUlv2pDdYCkyqZWmeoMMUAsQJ/m/+daE3lf+Jd0=; b=AiQBNV+XfXd3+U9uLGV57qUYL5g/VG8Rmb2AtY0Z7q2D8iYyUh2O5YLivMYof28z0C +GtyYEqiRgfQnW6tNTrVLWgGKsQOHk+6ZPfstyaq/5XzrRKznV5uzAWW7x4iTEd2cm6G ptpmMODRP9UpLWl92CHG3N2KXkvMbrv77BuGIfyJZyiBZj0G6eblgpK64RuBA6qPCMCT kQyhZOVLdizQ8IDq5NJEc/Wf4/BBBRQSXXfh23oi1/FjumK7AV0VR0WTFEm6m6dFfX4t czj1i0DY4meP6FvLJs3w9mtqVm18agkojjnvLF2ce6SJdvgE5Zd+EqgxhhDosr4K/BSB J7Dg== X-Gm-Message-State: ALoCoQmNdc2oPE9YQCelNUk2rXzG8OixLBlOD0EBH4kYexlmirXcSZxKxdp0AOcryIU4ZWTHgFsZ X-Received: by 10.140.132.197 with SMTP id 188mr86155337qhe.24.1426606498722; Tue, 17 Mar 2015 08:34:58 -0700 (PDT) Received: from fedora-devel.home.greyhouse.net (cpe-024-211-243-155.nc.res.rr.com. [24.211.243.155]) by mx.google.com with ESMTPSA id 201sm9798105qhr.24.2015.03.17.08.34.58 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Mar 2015 08:34:58 -0700 (PDT) From: Andy Gospodarek To: netdev@vger.kernel.org Cc: John Fastabend Subject: [PATCH iproute2] bridge: drop reference to unused option embedded from manpage Date: Tue, 17 Mar 2015 11:34:10 -0400 Message-Id: <1426606450-30133-1-git-send-email-gospo@cumulusnetworks.com> X-Mailer: git-send-email 1.9.3 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org While looking at the manpage, I noticed a reference to 'embedded' that was added by this commit: commit d611682a8c8f28205158e6d3a7d5e2d01db022cc Author: John Fastabend 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 CC: John Fastabend --- 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