Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | In order to use the Ethernet bridging functionality, you'll need the |
stephen hemminger | 8427b2a | 2012-07-19 07:01:07 +0000 | [diff] [blame] | 2 | userspace tools. |
| 3 | |
| 4 | Documentation for Linux bridging is on: |
| 5 | http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge |
| 6 | |
| 7 | The bridge-utilities are maintained at: |
| 8 | git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git |
| 9 | |
| 10 | Additionally, the iproute2 utilities can be used to configure |
| 11 | bridge devices. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | |
| 13 | If you still have questions, don't hesitate to post to the mailing list |
Michael Witten | c996d8b | 2010-11-15 19:55:34 +0000 | [diff] [blame] | 14 | (more info https://lists.linux-foundation.org/mailman/listinfo/bridge). |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 15 | |