From patchwork Fri Nov 17 09:31:45 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hangbin Liu X-Patchwork-Id: 13458618 X-Patchwork-Delegate: kuba@kernel.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="TCHKsat4" Received: from mail-pl1-x629.google.com (mail-pl1-x629.google.com [IPv6:2607:f8b0:4864:20::629]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 20C4B1998 for ; Fri, 17 Nov 2023 01:32:38 -0800 (PST) Received: by mail-pl1-x629.google.com with SMTP id d9443c01a7336-1cc7077d34aso14556385ad.2 for ; Fri, 17 Nov 2023 01:32:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1700213557; x=1700818357; darn=vger.kernel.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=rfCpLUY8uRc7ejP0BoGnUPM/LMXmRidgX+2dbabaW1M=; b=TCHKsat4FSWhJ1zxhh3XVCItY0AR2kuza+u1mgJaKA2erDATflNe41S8z8kPZN0EF8 M9ds8BKcFe6lqNLYHT7nkcH8Fl+b6XRjmAMG3fNaDVtk6uS83sG3/TyvJTddFXiTHs6u I4nPwrc2jthcO3FSJSoLPKZMQQfNHpYHC0PTunIcOwkQdLmyRZxOmJ4+vctKp3rn+8N9 0mz02d126ca5cZ9viIOLVzuZdyyajhnWmBZI2WCUUc8UYePG7XZgh3hDMVJF+FQOqByb 1xgbWK/56zbguAubXJrYU0ajnqX2z2KNxDPIkMHTP5IxAchVlCL62r2y53YZQVRD1FtG IgmQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1700213557; x=1700818357; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=rfCpLUY8uRc7ejP0BoGnUPM/LMXmRidgX+2dbabaW1M=; b=DT+uVWGGyMR8MFHJ7FnpZ2BntBSXNel6W7FITT5HCzsinKP8KNxVj1ZaZRxJvtflqT Yb/ZJW3sQVH5flxqsTY/7A0MwhVQeBpc/tSa9HCBmdAHYe7FDgLE44+iVtZu4/1tBs99 4aGE+fkF1Ou43Ps8YEz4tXs/wJJtPqL+nYgv2emZ0rCRR9ICvNsWuRVHQpQlRH1UkyRh 1Uo4Oh+mIRXfBp5jXnP9oYfGNloRtSAyBZkSq54ijOPDKtuJ8r7457jeh3jYD7t3+FLN l+3B/1BZ3byB8sguRi3QEk8mb2BG09Co8uQm9MySE0kQUrQbY+yrSuH05LgclOeYIydU eRPQ== X-Gm-Message-State: AOJu0YzD2sv1Nwibq3zELmbmGl614xU1Irdw1lYuq4VgHJCSdeX9igax pFVsseU0vKel/HIUW1s8D+qNA16Yxqc5nURN X-Google-Smtp-Source: AGHT+IFAuRjnLfpIrry60EGXua6rmPXC93wHbXBhIPhJQ17u8Mjtzp341RjkgVKOvckwKo9JyHQb7g== X-Received: by 2002:a17:90b:4ac9:b0:27d:b488:92ee with SMTP id mh9-20020a17090b4ac900b0027db48892eemr16475389pjb.2.1700213557127; Fri, 17 Nov 2023 01:32:37 -0800 (PST) Received: from Laptop-X1.redhat.com ([43.228.180.230]) by smtp.gmail.com with ESMTPSA id p9-20020a17090adf8900b0027ceac90684sm964060pjv.18.2023.11.17.01.32.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 17 Nov 2023 01:32:36 -0800 (PST) From: Hangbin Liu To: netdev@vger.kernel.org Cc: "David S . Miller" , David Ahern , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Ido Schimmel , Nikolay Aleksandrov , Roopa Prabhu , Stephen Hemminger , Florian Westphal , Andrew Lunn , Florian Fainelli , Vladimir Oltean , Jiri Pirko , Marc Muehlfeld , Hangbin Liu Subject: [PATCH net-next 10/10] docs: bridge: add other features Date: Fri, 17 Nov 2023 17:31:45 +0800 Message-ID: <20231117093145.1563511-11-liuhangbin@gmail.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20231117093145.1563511-1-liuhangbin@gmail.com> References: <20231117093145.1563511-1-liuhangbin@gmail.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Patchwork-Delegate: kuba@kernel.org Add some features that are not appropriate for the existing section to the "Others" part of the bridge document. Signed-off-by: Hangbin Liu --- Documentation/networking/bridge.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Documentation/networking/bridge.rst b/Documentation/networking/bridge.rst index 772bbe28aefe..54118d9da2a4 100644 --- a/Documentation/networking/bridge.rst +++ b/Documentation/networking/bridge.rst @@ -274,6 +274,20 @@ So, br_netfilter is only needed if users, for some reason, need to use ip(6)tables to filter packets forwarded by the bridge, or NAT bridged traffic. For pure link layer filtering, this module isn't needed. +Other Features +============== + +The Linux bridge also supports `IEEE 802.11 Proxy ARP +`_, +`Media Redundancy Protocol (MRP) +`_, +`Media Redundancy Protocol (MRP) LC mode +`_, +`IEEE 802.1X port authentication +`_, +and `MAC Authentication Bypass (MAB) +`_. + FAQ ===