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

..29-Mar-2016141

aclocal.m4H A D27-Nov-201537.6 KiB

AUTHORSH A D27-Nov-201576

brctl/H22-Apr-20167

bridge-utils.spec.inH A D27-Nov-20152.3 KiB

ChangeLogH A D27-Nov-20153.3 KiB

configureH A D13-Aug-2013171.3 KiB

configure.inH A D27-Nov-20151.1 KiB

COPYINGH A D27-Nov-201517.6 KiB

doc/H22-Apr-201611

install-shH A D13-Aug-20135.5 KiB

libbridge/H22-Apr-201611

Makefile.inH A D27-Nov-2015615

READMEH A D27-Nov-20151.4 KiB

tests/H27-Nov-20159

THANKSH A D27-Nov-20151.5 KiB

TODOH A D27-Nov-2015893

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