https://github.com/torvalds/linux
Raw File
Tip revision: 7e364e56293bb98cae1b55fd835f5991c4e96e7d authored by Linus Torvalds on 02 April 2023, 21:29:29 UTC
Linux 6.3-rc5
Tip revision: 7e364e5
bridge.rst
.. SPDX-License-Identifier: GPL-2.0

=================
Ethernet Bridging
=================

In order to use the Ethernet bridging functionality, you'll need the
userspace tools.

Documentation for Linux bridging is on:
   https://wiki.linuxfoundation.org/networking/bridge

The bridge-utilities are maintained at:
   git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git

Additionally, the iproute2 utilities can be used to configure
bridge devices.

If you still have questions, don't hesitate to post to the mailing list 
(more info https://lists.linux-foundation.org/mailman/listinfo/bridge).

back to top