This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
networking:bridge [2020/06/23 22:09] xose [Downloading] |
networking:bridge [2021/04/27 22:50] (current) xose [Downloading] |
||
|---|---|---|---|
| Line 28: | Line 28: | ||
| Note: **the bridge-utils package is DEPRECATED**, instead use the //bridge// command from [[networking/iproute2|iproute2]] package. | Note: **the bridge-utils package is DEPRECATED**, instead use the //bridge// command from [[networking/iproute2|iproute2]] package. | ||
| - | Bridging is supported in the current kernels from all the major distributors. The required administration utilities are in the bridge-utils package in most distributions. Latest releases at https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git/refs/tags . | + | Bridging is supported in the current kernels from all the major distributors. The required administration utilities are in the bridge-utils package in most distributions. All releases are archived at: https://git.kernel.org/pub/scm/network/bridge/bridge-utils.git/refs/tags , and latest at: https://kernel.org/pub/linux/utils/net/bridge-utils/ |
| - | You can also build your own up to date version by getting the latest kernel from [[https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git/]] and build the utilities based from the source code in bridge-utils GIT repository. | + | You can also build your own up to date version by getting the latest kernel from [[https://git.kernel.org/pub/scm/network/bridge/bridge-utils.git/]] and build the utilities based from the source code in bridge-utils GIT repository. |
| <code> | <code> | ||
| - | $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git | + | $ git clone -b main git://git.kernel.org/pub/scm/network/bridge/bridge-utils.git |
| $ cd bridge-utils | $ cd bridge-utils | ||
| $ autoconf | $ autoconf | ||
| Line 39: | Line 39: | ||
| - | You need to enable bridging in the kernel. Set "networking -> 802.1d Ethernet Bridging" to either yes or module | + | You need to enable bridging in |
| + | the kernel. Set "networking -> 802.1d Ethernet Bridging" to either yes or module | ||
| =====Manual Configuration===== | =====Manual Configuration===== | ||
| Line 412: | Line 413: | ||
| - | The code is currently maintained by Stephen Hemminger[[shemminger@osdl.org]] for both 2.4 and 2.6 Linux. Bridge bugs and enhancements are discussed on the Bridge mailing list [[bridge@lists.linux-foundation.org]]. The list is open to anyone interested, use the web mailman interface [[https://lists.linux-foundation.org/mailman/listinfo/bridge]] to subscribe. | + | The code is currently maintained by Stephen Hemminger[[stephen@networkplumber.org]]. Bridge bugs and enhancements are discussed on the linux-netdev mailing list [[netdev@vger.kernel.org]]. The list is open to anyone interested: [[http://vger.kernel.org/vger-lists.html#netdev]] |
| =====External Links===== | =====External Links===== | ||