aboutsummaryrefslogtreecommitdiff
path: root/net/bridge.sh
AgeCommit message (Collapse)Author
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