The bridge-utils package contains a utility needed to create and manage bridge devices. This is useful in setting up networks for a hosted virtual machine (VM).
This package is known to build and work properly using an LFS-7.6 systemd platform.
Download (HTTP): http://sourceforge.net/projects/bridge/files/bridge/bridge-utils-1.5.tar.gz
Download MD5 sum: ec7b381160b340648dede58c31bb2238
Download size: 36 KB
Estimated disk space required: 1 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/bridge
Enable the following options in the kernel configuration and recompile the kernel if necessary:
Networking support: Y
Networking options:
802.1d Ethernet Bridging: M or Y
Install bridge-utils by running the following commands:
patch -Np1 -i ../bridge-utils-1.5-linux_3.8_fix-1.patch && autoconf -o configure configure.in && ./configure --prefix=/usr && make
Testing the results requires running the six shell scripts in the
tools/
directory. Two of the tests
require two ethernet ports. Some tests will not preserve the
current network configuration. See tests/README
for details.
Now, as the root
user:
make install
Last updated on 2014-08-25 13:50:07 -0700