From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 79ADFC43381 for ; Tue, 19 Feb 2019 23:48:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 44F1321479 for ; Tue, 19 Feb 2019 23:48:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="UX+FFkGU" 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 Content-Transfer-Encoding: 8bit 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). -- 2.20.1