Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-06 | Revert "net/ifconfig net/iproute2: support lookup ifconfig/ip dynamically" | William Hubbs | |
This reverts commit f583030e3cbfb1d2f30af3ebd00427e12fe66b70. The previous commit did not account for the case of not having iproute2 installed. Reported-by: Duncan <1i5t5.duncan@cox.net> X-Gentoo-Bug: 397875 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=397875 | |||
2012-01-04 | net/ifconfig net/iproute2: support lookup ifconfig/ip dynamically | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-12-13 | net: Support more variants of address family specification. | Robin H. Johnson | |
This includes address family specifications methods to help debug bug 358235 further. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | |||
2011-12-12 | net/ifconfig, net/iproute2: admin/oper state check functions | Robin H. Johnson | |
Provide consistent methods using iproute2/ifconfig to check operational and administrative up/down state of interfaces. This is not the same as ethtool's "Link detected" field, which is the state of the layer 2 medium. TODO: How to check operational state in BSD? Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | |||
2011-11-19 | make shell math operations style more succulent | Mike Frysinger | |
Convert the style: var=$((${var} + 1)) to: : $(( var += 1 )) The latter is easier to read imo. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-06-29 | drop useless "All rights reserved" notice | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-01-17 | more whitespace cleanup | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2010-12-15 | Fix pointopoint typo in old ifconfig setup. | Robin H. Johnson | |
2009-12-05 | Support phy80211, fixes #209. | Alon Bar-Lev | |
2009-07-08 | Apply MTU and txqueuelen after creating the tunnel. | Roy Marples | |
2009-05-01 | Add (c) to Copyright | Roy Marples | |
2009-04-19 | Allow family on routes, #152 | Roy Marples | |
2008-10-26 | Don't quote $tunnel, Gentoo #218123. | Roy Marples | |
2008-05-28 | Some ifconfig's output weird inet6 loopback addresses | Roy Marples | |
2008-04-19 | add support for parsing newer ifconfig output | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2008-03-26 | Merge net.OS into net | Roy Marples | |