From patchwork Thu Nov 23 13:45:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hangbin Liu X-Patchwork-Id: 13466273 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="hJUnobMR" Received: from mail-pj1-x102d.google.com (mail-pj1-x102d.google.com [IPv6:2607:f8b0:4864:20::102d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 53B69F9 for ; Thu, 23 Nov 2023 05:46:53 -0800 (PST) Received: by mail-pj1-x102d.google.com with SMTP id 98e67ed59e1d1-285685530f3so407536a91.0 for ; Thu, 23 Nov 2023 05:46:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1700747212; x=1701352012; 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=hJUnobMRu7GH4SlWNZkc3o749oIYLF1uQGowgzeEgol/NHupoZTOokn5jq61EU5tm/ 03hujjzo9R0ZbrdBbzN6SiEmSRa6t9E5x4TlVy/RdsWWpSIKxzT+rLnXEjCMGwZB59Ln JoA2mU1o8z7Czc1av4TMKmbSD4z0WCK8UCdGdAbFRnCJoDOdLVgRFdUTze0RQp4PgFQM cyBu3P9dqvlfZ9/cNfFOzMXH+MFeYRZ1t7xMeyRvq9vmYLa0RhAe0RMHG2IoUj9eBMrS lhREqOKuBIVZfvRAyX0c7zwjj3JsRH16garffEt1Mhg1Ti0+cUgi+vCyxD/c6Gtv8AvY BHyQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1700747212; x=1701352012; 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=ru3vsNnN0/15611oXBQA/RzHORPWKxdZDVGBic0JNWsivcC8JVrbm0QSB+NjisMQHW bJ8ofnxtwqzGZ1OLsfVDlRojUPyBgCsEaxtgR8FVlV7qTaLyOokdw/3M2sOxa0tt5QoG EePLD7sOQf0pAxgj8O4auz56DmO4vL3Pt9ECx6gIFfqxOcg/FxHmUfOCcgc5KGekuuAh /VHSzPPEK2DBmy+dpTwZRMgslpgYY06gmtZPHibPPvv47/4kSp5WkyxDbPhwF8smxRtI QBDHSYHYqmkcfwWSbX3XvETeoncm9uSj1WC7UtPrT8Fq+0Us76D8j3hPrfobKmuPWod2 8SMA== X-Gm-Message-State: AOJu0YzmabxTf1ug9KeY/CrdtqcOgEgRjyr8H5RNM64bGpF5qfmil3Dy kxZAbZeXYmKZqytTQ9Xwb9ckPJEcyv2xf0RU X-Google-Smtp-Source: AGHT+IG95qwWIecwU9lNiOCIXPjFCTg+Z3ZAbo04iCyAWOXqgw4gqzQw32m6M8/bI8BzRc/Z+f+zMQ== X-Received: by 2002:a17:90b:1b50:b0:26b:4a9e:3c7e with SMTP id nv16-20020a17090b1b5000b0026b4a9e3c7emr5584461pjb.4.1700747212187; Thu, 23 Nov 2023 05:46:52 -0800 (PST) Received: from Laptop-X1.redhat.com ([43.228.180.230]) by smtp.gmail.com with ESMTPSA id 29-20020a17090a195d00b0028328057c67sm1414210pjh.45.2023.11.23.05.46.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 23 Nov 2023 05:46:51 -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: [PATCHv2 net-next 10/10] docs: bridge: add other features Date: Thu, 23 Nov 2023 21:45:53 +0800 Message-ID: <20231123134553.3394290-11-liuhangbin@gmail.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20231123134553.3394290-1-liuhangbin@gmail.com> References: <20231123134553.3394290-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 Acked-by: Nikolay Aleksandrov --- 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 ===