• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..02-May-201732

aclocal.m4H A D01-Feb-201237.6 KiB

AUTHORSH A D01-Feb-201276

brctl/H02-May-201712

bridge-utils.spec.inH A D01-Feb-20122.3 KiB

ChangeLogH A D01-Feb-20123.3 KiB

configureH A D01-Feb-2012171.3 KiB

configure.inH A D01-Feb-20121.1 KiB

COPYINGH A D01-Feb-201217.6 KiB

doc/H02-May-201711

install-shH A D01-Feb-20125.5 KiB

libbridge/H02-May-201717

MakefileH A D01-Feb-2012634

Makefile.inH A D01-Feb-2012615

READMEH A D01-Feb-20121.4 KiB

tests/H02-May-20179

THANKSH A D01-Feb-20121.5 KiB

TODOH A D01-Feb-2012893

README

1This version of the bridge utilities is for Linux 2.4 and 2.6,
2it uses the sysfs interface if possible on Linux 2.6
3
4
5---------------------------
6Lennert Buytenhek rewrote the linux bridging code
7because the old code was a big mess and nonextensible.
8
9The new code is published at:
10	http://bridge.sourceforge.net/
11
12
13
14Advantages of the new code are:
15- Support for multiple bridge port groups (i.e. multiple independent
16  bridges in one machine).
17- Each bridge is seen as a logical device, which allows you to do
18  firewalling between port groups for example.
19- Everything is dynamic; bridges are created dynamically using the
20  userspace configuration tool, ports are 'enslaved' dynamically, etc.
21- It is being actively maintained.
22- It uses a hash table for MAC addresses, not an AVL tree.
23- It's small (currently 4 pages of i386 code) and modular.
24- The source isn't a mess.
25- It works as a module.
26
27
28If you have any comments, questions or suggestions, please send email to
29the mailing list bridge@osdl.org
30--------------------------
31
32Files in this package:
33
34AUTHORS		Authors of this package
35
36COPYING		The GNU General Public License.
37
38Makefile	Recursive Makefile.
39
40README		This file.
41
42brctl/		The userspace bridge configuration tool.
43
44bridge-utils.spec
45		A .spec file for Red Hat package building. "rpm -tb
46		<tar.gz file>" ought to give you a .RPM file.
47
48doc/		Some documentation files.
49
50libbridge/	The bridge configuration interface library.
51
52misc/		Miscellaneous utilities.
53