aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow setting blackhole-like routesAlexander Zubkov4 days1-3/+45
* net/iproute2.sh: Fix two regressions in _get_mac_addressKerin Millar2023-01-191-9/+7
* net/iproute2.sh: in _get_mac_address, don't return multiple addressesPatrick McLean2021-03-301-3/+2
* net/iproute2.sh: Add initial support for network namespacesPatrick McLean2021-03-111-47/+101
* Use sysfs to obtain the MAC address in net/iproute2.shKerin Millar2021-01-241-9/+6
* Convert many "grep" calls to "grep -F"Lars Wendler2021-01-181-3/+3
* dhclientv6: Add DHCPv6 support via dhclientDaniel Solano Gómez2020-06-021-2/+17
* net/iproute2: support containers without /proc/sys/net/ipv4/route/flushRobin H. Johnson2020-05-301-1/+11
* Add shellcheck toolingRobin H. Johnson2019-04-201-0/+1
* net/iproute2: improve DAD tentative wait/output.Robin H. Johnson2018-01-211-6/+14
* net/iproute2: clarify "waiting for IPv6 addresses"Robin H. Johnson2017-11-141-1/+5
* net/iproute2: refactor veinfo+CMD to _cmd helper.Robin H. Johnson2017-11-141-43/+34
* net/iproute2: delete IPv6 tunnel.stkchp2017-10-191-4/+11
* iproute2: apply ipproto=-6 cleanup.Robin H. Johnson2017-06-091-7/+10
* Support for creating interfaces through iproute2 link commandSergey Popov2017-01-241-0/+23
* net/iproute2: fix netmask specifier.Robin H. Johnson2016-10-261-1/+1
* net/iproute2: no automatic scope=host on loopback.Robin H. Johnson2016-10-241-5/+0
* net/iproute2: IPv6 DAD delay must be non-fatal.Robin H. Johnson2016-10-241-1/+2
* iproute2/_get_route: better output on route checkRobin H. Johnson2016-10-231-2/+2
* iproute2/_get_route: do not include metric in test for existing route.Robin H. Johnson2016-10-231-5/+5
* iproute2/_add_route: ensure metric is set properly.Robin H. Johnson2016-10-231-1/+1
* iproute2: error-check the error-behavior input.Robin H. Johnson2016-10-231-0/+2
* iproute2: clean up error output and make sure it works.Robin H. Johnson2016-10-231-15/+13
* iproute2: handle other error case better.Robin H. Johnson2016-10-231-2/+2
* iproute2: treat EEXIST error on routes as non-fatal.Robin H. Johnson2016-10-231-1/+24
* iproute2: treat EEXIST error on addresses as non-fatal.Robin H. Johnson2016-10-231-1/+24
* iproute2: capture the family and always set netmask explicitly.Robin H. Johnson2016-10-231-12/+27
* iproute2: prepare for error-checking on ip addr/route/tunnel.Robin H. Johnson2016-10-231-1/+9
* iproute2: errorcheck on netmasks.Robin H. Johnson2016-10-231-1/+6
* iproute2: add keywords: noprefixroute mngtmpaddr.Robin H. Johnson2016-10-051-2/+7
* net/iproute2: No need to use 'grep' for checking tentative stateThomas D2015-03-101-2/+3
* net/iproute2: Add timeout information and timeout progress indicatorThomas D2015-03-101-8/+17
* iproute2: more ip6 tunnel modes.Robin H. Johnson2014-07-161-2/+5
* iproute2: verbose outputRobin H. Johnson2014-07-161-2/+23
* net/iproute2: increase default dad_timeout to 10sRobin H. Johnson2013-08-281-1/+1
* Merge remote-tracking branch 'origin/bug481970'Robin H. Johnson2013-08-231-3/+3
|\
| * drop _has_carrier check from ipv6_tentative since it doesn't do what we expec...Ian Stakenvicius2013-08-221-3/+3
* | apply routing policy rules before routes if a config option is set, bug 446606Ian Stakenvicius2013-08-211-29/+42
|/
* initial commit ported from OpenRcWilliam Hubbs2013-04-061-0/+404