From patchwork Wed Feb 20 16:33:57 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vivien Didelot X-Patchwork-Id: 1045462 X-Patchwork-Delegate: shemminger@vyatta.com Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="ENBQNFHN"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 444NV93NYvz9s5c for ; Thu, 21 Feb 2019 03:34:25 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726428AbfBTQeI (ORCPT ); Wed, 20 Feb 2019 11:34:08 -0500 Received: from mail-qk1-f195.google.com ([209.85.222.195]:38172 "EHLO mail-qk1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725796AbfBTQeI (ORCPT ); Wed, 20 Feb 2019 11:34:08 -0500 Received: by mail-qk1-f195.google.com with SMTP id p15so2355949qkl.5 for ; Wed, 20 Feb 2019 08:34:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=nDDlrIGbZbjzhpMS3Rg1d/Vz9+1GsUZENxQh7Cz11Ik=; b=ENBQNFHNp7HoGBu8XJrQJ2XhBdty0XUuG2mIFZAP+eFoBsYyzKWDG+AvzZO1F3WWFv 9s9vDGwzqdoHXyjYQWPiclU9iLknuf4UHt15IBqIF7ggpkpNZH2yF2yeIegXXDGZoJG3 rcia6c8fECAdTOSyekV2LL9acT8KfMJxSi65WaccFcXdFodRAF48T5pLTK+37JU/WDQm bjlQ0Gcg9Ve8yvcFI7uug/WEX48hZ71q2ofqVSpWmvzDFGSqdH4HFmksQKZ8e35YrQci 5zfrymt1nVl0Ec3p0NQvcR0sU+J4MDAmmjiY5fJUbglt3j46DtBt/r7HlxV3kCIb8iXi Qcvw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=nDDlrIGbZbjzhpMS3Rg1d/Vz9+1GsUZENxQh7Cz11Ik=; b=aGYj3Kh3jI81kKVBzTwXRBqhnbaJf8AhDXbeJZeUnD1l3ElO/t8U05ca88+Q/Dt2tX y0n6NDR7KTXOk2/Pmuh2+gb3Ct5btPztUi54nVN3D2/pT5UmaSwVLdU3JNE6xpwY50Fd 4ndQK618NKwcLt+AuvSDGwSEX2izPUse4ryghIjWIppnnsUywhBSpTdosea2UqA+eSbq MEWY4+iSl0M/qgACcIVnIlGBRgfmRaworgJCWO9/y8/z/hPYFXgb+9SWF0euUEcR4DPd xhlracXipw+y9cqb2qtCtjMv//FJ9kTBtXMTyGXmBLEvZwzMTKUo7/9Mf5rzDWcB5H7v devA== X-Gm-Message-State: AHQUAuaYgN9CDvROuZkblJVHuda1mLs9upfE/cjuw4VbS5mzSfLinN1E D8O9YlfVDAgSMx3w6CUnyLDgVChtCXQ= X-Google-Smtp-Source: AHgI3IabLqBGfpR3rfpDaxfygGBjJAeuqtJHNz5hP0UhbSgQdNILGyiPqpXl53d9bpWp0DpPoIvmCQ== X-Received: by 2002:a37:a14d:: with SMTP id k74mr24466652qke.242.1550680446431; Wed, 20 Feb 2019 08:34:06 -0800 (PST) Received: from localhost (modemcable249.105-163-184.mc.videotron.ca. [184.163.105.249]) by smtp.gmail.com with ESMTPSA id t20sm3900063qtb.58.2019.02.20.08.34.05 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 20 Feb 2019 08:34:05 -0800 (PST) From: Vivien Didelot To: netdev@vger.kernel.org Cc: stephen@networkplumber.org, Russell King , Vivien Didelot Subject: [PATCH iproute2 v2] bridge: make mcast_flood description consistent Date: Wed, 20 Feb 2019 11:33:57 -0500 Message-Id: <20190220163357.25968-1-vivien.didelot@gmail.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org This patch simply changes the description of the mcast_flood flag with "flood" instead of "be flooded with" to avoid confusion, and be consistent with the description of the flooding flag, which "Controls whether a given port will *flood* unicast traffic for which there is no FDB entry." At the same time, fix the documentation for the "flood" flag which is incorrectly described as "flooding on" or "flooding off". Signed-off-by: Vivien Didelot --- man/man8/bridge.8 | 4 ++-- man/man8/ip-link.8.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/man8/bridge.8 b/man/man8/bridge.8 index 72210f62..13c46386 100644 --- a/man/man8/bridge.8 +++ b/man/man8/bridge.8 @@ -344,7 +344,7 @@ Controls whether a given port will sync MAC addresses learned on device port to bridge FDB. .TP -.BR "flooding on " or " flooding off " +.BR "flood on " or " flood off " Controls whether a given port will flood unicast traffic for which there is no FDB entry. By default this flag is on. .TP @@ -361,7 +361,7 @@ switch. .TP .BR "mcast_flood on " or " mcast_flood off " -Controls whether a given port will be flooded with multicast traffic for which there is no MDB entry. By default this flag is on. +Controls whether a given port will flood multicast traffic for which there is no MDB entry. By default this flag is on. .TP .BR "neigh_suppress on " or " neigh_suppress off " diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in index 5132f514..cef489a4 100644 --- a/man/man8/ip-link.8.in +++ b/man/man8/ip-link.8.in @@ -2155,7 +2155,7 @@ queries. option above. .BR mcast_flood " { " on " | " off " }" -- controls whether a given port will be flooded with multicast traffic for which there is no MDB entry. +- controls whether a given port will flood multicast traffic for which there is no MDB entry. .BI group_fwd_mask " MASK " - set the group forward mask. This is the bitmask that is applied to decide whether to forward incoming frames destined to link-local addresses, ie addresses of the form 01:80:C2:00:00:0X (defaults to 0, ie the bridge does not forward any link-local frames coming on this port).