Blame view

Documentation/networking/bridge.rst 638 Bytes
6b335f820   Tobin C. Harding   docs: networking:...
1
2
3
4
5
  .. SPDX-License-Identifier: GPL-2.0
  
  =================
  Ethernet Bridging
  =================
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
6
  In order to use the Ethernet bridging functionality, you'll need the
8427b2acf   stephen hemminger   bridge: update do...
7
8
9
10
11
12
13
14
15
16
  userspace tools.
  
  Documentation for Linux bridging is on:
     http://www.linuxfoundation.org/collaborate/workgroups/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.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
17
18
  
  If you still have questions, don't hesitate to post to the mailing list 
c996d8b9a   Michael Witten   Docs/Kconfig: Upd...
19
  (more info https://lists.linux-foundation.org/mailman/listinfo/bridge).
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
20