summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* 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'
* Merge support for Routing Policy Database (RPDB)Robin H. Johnson2010-12-11
| | | | | | | | | | | | | | | | | | | | This can be used for multi-homed connections and other advanced routing in Linux. See the documentation links for more information about doing this in linux. The code was a originally pure addon into the conf.d/net files, written in mid-2004 for doing multi-homing between two internet connections. I have finally cleaned this up and integrated it. Thanks to Jonathan Kwan for giving me the original impetus to develop this for Gentoo (it was his dual internet connections...). In the intervening years, it was a example of postup/postdown in the net.example file, however that suffered from a few corner case issues. If you were using the code from net.example, please see the updated section 'Advanced Routing' on syntax, and drop your old function blocks. Additionally, note that the rules added are now directly saved for removal when the interface is taken down.
* 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.
* fix bug #330173William Hubbs2010-07-28
| | | | This fixes a typo in the comments in net.example.
* Fix bug #301237, update example to list proper package for mii-toolJory A. Pratt2010-07-12
|
* random spelling fixesMike Frysinger2010-01-08
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Fix comments.Christopher Head2009-12-21
|
* Remove non working bash sequence expansion examples.Roy Marples2009-12-21
|
* Multihomed rules show not be applied to the interface, Gentoo #273303.Roy Marples2009-10-11
|
* Fix exampleRoy Marples2009-08-17
|
* Ignore more fooRoy Marples2009-06-05
|
* Punt .gitignore files.Roy Marples2008-12-04
|
* Allow configuration of bond via extra sysfs entries, #105.Roy Marples2008-09-19
|
* Enable bonding via sysfs, #104 thanks to Wolfram SchlichRoy Marples2008-09-18
|
* Let ifdown control all interfaces.Roy Marples2008-06-03
|
* Add ifdown_eth0=NO so that the interface stays up for WakeOnLan, Gentoo #220875Roy Marples2008-05-09
|
* Ignore more files.Roy Marples2008-03-26
|
* use $CP and $SED instead of cp and sedRoy Marples2008-03-26
|
* Merge doc dirs.Roy Marples2008-03-26