From patchwork Tue Feb 19 23:47:38 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vivien Didelot X-Patchwork-Id: 1044964 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="UX+FFkGU"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 443y9w6w33z9s1l for ; Wed, 20 Feb 2019 10:48:52 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729001AbfBSXsv (ORCPT ); Tue, 19 Feb 2019 18:48:51 -0500 Received: from mail-qk1-f179.google.com ([209.85.222.179]:44715 "EHLO mail-qk1-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726405AbfBSXsu (ORCPT ); Tue, 19 Feb 2019 18:48:50 -0500 Received: by mail-qk1-f179.google.com with SMTP id r21so822316qkl.11 for ; Tue, 19 Feb 2019 15:48:50 -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=FcdAVwGNtGBquAXuIzxhhJYIPLGntPAn1MmU9UxYFQw=; b=UX+FFkGUO5CjodC6LxReOHJ5BX2ZrzzuFgE85QVr/5Kutg5XA0GzxWqNd81yw5Jb13 R33E/HU/jonbNFDP0HM+KR3yBv9RfCXds13zQTKgrAxQyX9Bl8SW8RbcH+kNSwFfE5f2 5EkCZZTQrF376I4IbwfhgGcFSM6tEV8TEHhNaK9HaK51ryveQ1lEEDd9t1thfJUs2AwJ MP7nxH7CZ/OdZ2/NyLDilTLFHXBW0y5KBmm9dnqWMgdAWN+37mM/Q0+zNmMNoLLZY82P 5rv/rHofZbBJlmITNV5vsvbRBgL1tRuS5HfZaLD1s+Ev2ZPY2VV3v/JcjeZFdegVzEZU Ac3A== 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=FcdAVwGNtGBquAXuIzxhhJYIPLGntPAn1MmU9UxYFQw=; b=aE9QxLvzS9Sb0kw/+uGsA49APvn0rXvXn/26tn8RbDcAd4am3S/bQv7ZU0MJZuXrXV +/PZ0PYOeEBYxClIr2t21L2ru62+tiOUtfcLjZKKfmBS3W8c/ED7xWRzqVrRduHn6MU3 Qwu1Tp7UoIY50L2tA2AVeNm8FXG9x7U26TkSm+pivlKIsCRflkvuLhSd5VJY2+POKvqi pMTBmcCm1u++btcOkJxAcEpPwMOvRp2X9mKdGJWyJsB3Zi3Mgrk8IAc1zHh7qpA1kmA7 CpEywDqzq8u40TjtMT4sfaxNHnzJEBu31y515cM+HsgUARbgUNf3XjgdNZRWyT1n48aT wsQw== X-Gm-Message-State: AHQUAuYpTJmOGvAH7G21MqV1T1ENBPyh95s+NMHbvOnXPSIKtkGbpiv4 Wy++zyIGpgDSl7N3kHfJm4oS6/hJbm8= X-Google-Smtp-Source: AHgI3IZ6RIy278Z7iZSv7WbsEC3i/+/3Ns8P/cvr5J2mE4Q9fU5E/jx4/Y3qwNSCud0Zy/TdFNQZ2A== X-Received: by 2002:a37:e409:: with SMTP id y9mr22365140qkf.327.1550620129158; Tue, 19 Feb 2019 15:48:49 -0800 (PST) Received: from localhost (modemcable249.105-163-184.mc.videotron.ca. [184.163.105.249]) by smtp.gmail.com with ESMTPSA id a206sm9692864qkc.55.2019.02.19.15.48.47 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 19 Feb 2019 15:48:48 -0800 (PST) From: Vivien Didelot To: netdev@vger.kernel.org Cc: stephen@networkplumber.org, Russell King , Vivien Didelot Subject: [PATCH iproute2] bridge: make mcast_flood description consistent Date: Tue, 19 Feb 2019 18:47:38 -0500 Message-Id: <20190219234738.17009-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." Signed-off-by: Vivien Didelot --- man/man8/bridge.8 | 2 +- man/man8/ip-link.8.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/man8/bridge.8 b/man/man8/bridge.8 index 72210f62..03b33d34 100644 --- a/man/man8/bridge.8 +++ b/man/man8/bridge.8 @@ -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).