LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [announce] bridge-utilities 1.0
@ 2004-05-26 17:51 Stephen Hemminger
  0 siblings, 0 replies; only message in thread
From: Stephen Hemminger @ 2004-05-26 17:51 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-net, bridge

I've released a new version of the bridge-utilities to go with the recent
kernel changes.  The utilities have certainly matured enough to earn the
1.0 moniker. This release is fixes the internal issues that broke running 
32 bit utilities on 64bit systems, and fixes scaling issues.

The tarball can be downloaded from:
	http://prdownloads.sourceforge.net/bridge

Changes:
	- Uses sysfs for bridge and port parameter changes.
	- Uses new ioctl's for add/delete bridges and interfaces
	  that are 32/64bit compatible. 
	- Allows 1000's of interfaces in a bridge.
	- Performance improvement with lots of bridges/interfaces
	- Better error handling
	- More complete configuration and build

Getting full functionality requires a build system with:
	- libsysfs from the sysfsutils package 
	  http://linux-diag.sourceforge.net/Sysfsutils.html
	- kernel (and headers) from 2.6.7-rc1 or later

Note: libsysfs has not been fully integrated by the main linux vendors.
So producing a full functional package is not possible with the default spec 
file.

The utilities will build (and run) on earlier systems it will just default to 
the old interface and which doesn't have 32/64 bit compatibility.

The API in libbridge changed, because it didn't scale to lots of interfaces. 
Previously, the library would read the status of all bridges and interfaces
when initialized. The new interface takes names (not objects) and looks more
like syscalls. Since libbridge is shipped as a static library, it will not
break binary utilities, but anything compiled from source would break.
Not a big issue because there is no existing standard package using the
bridge API anyway.

Ethernet bridging mailing list is bridge@osdl.org, to sign up
please use http://lists.osdl.org/mailman/listinfo/bridge



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-05-26 17:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-26 17:51 [announce] bridge-utilities 1.0 Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).