summaryrefslogtreecommitdiff
path: root/net/iproute2.sh
Commit message (Collapse)AuthorAge
* Move the ip rule extra output to verbose mode only, and support verbose ↵Robin H. Johnson2010-12-15
| | | | output on addresses and routes.
* Fix pointopoint->peer for iproute.Robin H. Johnson2010-12-15
|
* 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.
* allow ip to be in /sbin or /binWilliam Hubbs2010-08-09
| | | | | This makes it possible for the "ip" program in iproute2 to be installed in /sbin or /bin.
* fix metricWilliam Hubbs2010-07-07
| | | | This change was also taken from Roy Marples' git.
* Support phy80211, fixes #209.Alon Bar-Lev2009-12-05
|
* Timeout for ipv6 addresses being tentative.Roy Marples2009-09-04
|
* Apply MTU and txqueuelen after creating the tunnel.Roy Marples2009-07-08
|
* nexthop routes don't use metricsRoy Marples2009-06-01
|
* Add (c) to CopyrightRoy Marples2009-05-01
|
* Allow family on routes, #152Roy Marples2009-04-19
|
* Only check tentative when we have a carrier, Gentoo #223061Roy Marples2008-05-27
|
* Fix tunnel, #80. Someone should fix iproute2 documentation and help files ↵Roy Marples2008-05-25
| | | | also :P
* We should use correct iproute2 commands and fix busybox as it's iproute2 ↵Roy Marples2008-04-30
| | | | implementation is a little broken.
* Use qlen instead of txqueuelen so we work with busybox iproute2, Gentoo #217948Roy Marples2008-04-16
|
* Merge net.OS into netRoy Marples2008-03-26