No description
  • C 78.4%
  • Shell 16.7%
  • Makefile 4.9%
Find a file
2013-02-15 04:56:16 -08:00
brctl brctl: Add Android makefiles to build on Android 2013-02-08 14:34:44 -08:00
doc Fix typo's on man page 2012-08-13 08:02:42 -07:00
libbridge brctl: Add Android makefiles to build on Android 2013-02-08 14:34:44 -08:00
tests Put tests in CVS 2004-05-24 22:47:43 +00:00
.gitignore Update gitignore 2007-10-29 08:29:20 -07:00
Android.mk brctl: Add Android makefiles to build on Android 2013-02-08 14:34:44 -08:00
AUTHORS update mailing address 2011-03-28 17:48:01 -07:00
bridge-utils.spec.in Update URL of git repository 2011-03-28 17:52:54 -07:00
ChangeLog Fix bug where changing port priority changed path cost instead. 2006-05-31 14:20:30 -07:00
configure.in bridge-utils 1.5 2011-03-28 17:43:36 -07:00
COPYING Initial revision 2001-06-22 19:59:02 +00:00
install-sh autoconfization by Andreas Hofmeister 2002-04-03 16:19:36 +00:00
Makefile.in New version of command and library that use sysfs. 2004-05-21 17:41:48 +00:00
README Update URL of git repository 2011-03-28 17:52:54 -07:00
THANKS autoconfization by Andreas Hofmeister 2002-04-03 16:19:36 +00:00
TODO 1.0.5 updates 2004-12-02 19:00:24 +00:00

This version of the bridge utilities is for Linux 2.4 and 2.6,
it uses the sysfs interface if possible on Linux 2.6.

The code repository is:
    git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git

Advantages of the new code are:
- Support for multiple bridge port groups (i.e. multiple independent
  bridges in one machine).
- Each bridge is seen as a logical device, which allows you to do
  firewalling between port groups for example.
- Everything is dynamic; bridges are created dynamically using the
  userspace configuration tool, ports are 'enslaved' dynamically, etc.
- It is being actively maintained.
- It uses a hash table for MAC addresses, not an AVL tree.
- It's small (currently 4 pages of i386 code) and modular.
- The source isn't a mess.
- It works as a module.


If you have any comments, questions or suggestions, please send email to
the mailing list bridge@linux-foundation.org
--------------------------

Files in this package:

AUTHORS		Authors of this package

COPYING		The GNU General Public License.

Makefile	Recursive Makefile.

README		This file.

brctl/		The userspace bridge configuration tool.

bridge-utils.spec
		A .spec file for Red Hat package building. "rpm -tb
		<tar.gz file>" ought to give you a .RPM file.

doc/		Some documentation files.

libbridge/	The bridge configuration interface library.

misc/		Miscellaneous utilities.