Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-11 | Merge support for Routing Policy Database (RPDB) | Robin H. Johnson | |
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. | |||
2010-08-09 | allow ip to be in /sbin or /bin | William Hubbs | |
This makes it possible for the "ip" program in iproute2 to be installed in /sbin or /bin. | |||
2010-07-07 | fix metric | William Hubbs | |
This change was also taken from Roy Marples' git. | |||
2009-12-05 | Support phy80211, fixes #209. | Alon Bar-Lev | |
2009-09-04 | Timeout for ipv6 addresses being tentative. | Roy Marples | |
2009-07-08 | Apply MTU and txqueuelen after creating the tunnel. | Roy Marples | |
2009-06-01 | nexthop routes don't use metrics | Roy Marples | |
2009-05-01 | Add (c) to Copyright | Roy Marples | |
2009-04-19 | Allow family on routes, #152 | Roy Marples | |
2008-05-27 | Only check tentative when we have a carrier, Gentoo #223061 | Roy Marples | |
2008-05-25 | Fix tunnel, #80. Someone should fix iproute2 documentation and help files ↵ | Roy Marples | |
also :P | |||
2008-04-30 | We should use correct iproute2 commands and fix busybox as it's iproute2 ↵ | Roy Marples | |
implementation is a little broken. | |||
2008-04-16 | Use qlen instead of txqueuelen so we work with busybox iproute2, Gentoo #217948 | Roy Marples | |
2008-03-26 | Merge net.OS into net | Roy Marples | |