summaryrefslogtreecommitdiff
path: root/net/bridge.sh
Commit message (Collapse)AuthorAge
* bridge.sh: use correct POSIX test, = not ==Christian2011-02-05
| | | | | X-Gentoo-Bug: 353124 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=353124
* more whitespace cleanupMike Frysinger2011-01-17
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Final documentation cleanup for updated bridge code.Robin H. Johnson2010-12-12
| | | | | | | | 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'
* Revamp of bridging code.Robin H. Johnson2010-12-11
| | | | | | | | | | | - 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.
* Allow bridge interfaces to be called bridge.Trevor Summers Smith2010-02-09
|
* Add (c) to CopyrightRoy Marples2009-05-01
|
* Typo.Roy Marples2008-09-21
|
* Allow an empty bridge with no options, Gentoo #237485.Roy Marples2008-09-18
|
* Merge net.OS into netRoy Marples2008-03-26