aboutsummaryrefslogtreecommitdiff
path: root/net/bridge.sh
AgeCommit message (Collapse)Author
2011-06-29drop useless "All rights reserved" noticeMike Frysinger
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-02-05bridge.sh: use correct POSIX test, = not ==Christian
X-Gentoo-Bug: 353124 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=353124
2011-01-17more whitespace cleanupMike Frysinger
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-12-12Final documentation cleanup for updated bridge code.Robin H. Johnson
Specifically document how to handle the case of explicitly starting a bridge and then dynamically adding interfaces to it. brctl_br0='' bridge_add_eth0='br0'
2010-12-11Revamp of bridging code.Robin H. Johnson
- Use sysfs to read bridge information from the system instead of parsing the brctl outputs. - Allow setting of all bridge configuration parameters using new sysfs methods, modelled after bonding configuration. Also works for per-port bridge interface parameters. - Document pre-starting an empty bridge for dynamic add. - Check for interface existence before adding to bridge. - Should fix bug #293046, #309185.
2010-02-09Allow bridge interfaces to be called bridge.Trevor Summers Smith
2009-05-01Add (c) to CopyrightRoy Marples
2008-09-21Typo.Roy Marples
2008-09-18Allow an empty bridge with no options, Gentoo #237485.Roy Marples
2008-03-26Merge net.OS into netRoy Marples