Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/busybox-initscripts: move default.script to main/busybox | Natanael Copa | 2019-12-16 | 1 | -157/+0 |
| | | | | fixes #10586 | ||||
* | main/busybox-initscripts: fix udhcpc script to assign IP addresses with /32 ↵ | Rostyslav Fridman | 2018-09-04 | 1 | -0/+7 |
| | | | | netmask | ||||
* | main/busybox-initscripts: make resolv.conf readable by all | Kaarle Ritvanen | 2017-09-21 | 1 | -0/+1 |
| | | | | resolv.conf may be created with too restrictive mode depending on umask | ||||
* | main/busybox-initscripts: udhcpc: act on IPv4 only | Corentin Henry | 2017-02-08 | 1 | -10/+10 |
| | | | | | | | | | | | | udhcpc works only with IPv4 addresses but the current /usr/share/udhcpc/default.script script interferes with IPv6. For example, when getting a new lease from an IPv4 address on a given interface, all the addresses on this interfaces get flushed, including IPv6. This issue has been reported to the busybox project: https://bugs.busybox.net/show_bug.cgi?id=9621 This commit prevents udhcpc to act on IPv6 addresses. | ||||
* | main/busybox-initscripts: add support for DHCP search domains | David Scott | 2016-08-26 | 1 | -3/+8 |
| | | | | | | | This also updates /etc/resolv.conf atomically to avoid transient failures during updates. Signed-off-by: David Scott <dave.scott@docker.com> | ||||
* | Revert "main/busybox-initscripts: fix default.script DHCP behaviour" | Natanael Copa | 2016-08-26 | 1 | -21/+5 |
| | | | | | | Logic was broken. This reverts commit 703e83eaed5020ebe2aa4dbfdfce21259abf2e83. | ||||
* | main/busybox-initscripts: fix default.script DHCP behaviour | ScrumpyJack | 2016-08-01 | 1 | -5/+21 |
| | | | | | | This tells /usr/share/udhcpc/default.script to leave resolv.conf alone when not sent DHCP options for DNS (option 6) and a search domain (option 15). | ||||
* | main/busybox-initscripts: support for disable gateway and dns in udhcpcd | Natanael Copa | 2016-06-16 | 1 | -0/+6 |
| | | | | ref #5672 | ||||
* | main/busybox-initscripts: avoid misleading error message from udhcp ↵ | Alex Dowad | 2014-08-01 | 1 | -0/+6 |
| | | | | default.script | ||||
* | main/busybox-initscripts: add support for broadcast from dhcp | Natanael Copa | 2014-05-06 | 1 | -2/+2 |
| | | | | ref #2880 | ||||
* | main/busybox-initscripts: support 'peer-dns' in udhcpc hook | Timo Teräs | 2014-03-26 | 1 | -0/+1 |
| | | | | fixes #2781 | ||||
* | main/busybox-initscripts: udhcpc: find the interface even if we dont have /sys | Natanael Copa | 2012-12-24 | 1 | -1/+5 |
| | | | | Needed for LXC | ||||
* | main/busybox-initscripts: support multiple dhcp interfaces | Natanael Copa | 2012-03-15 | 1 | -4/+23 |
| | | | | | | | | | We set the metric to 300 + ifindex for wifi and 200 + ifindex for others. This is basically what dhcpcd does. Also allow overriding the metric in interfaces file. This makes multi isp setups easier. | ||||
* | main/busybox-initscripts: move udhcpc script from alpine-baselayout | Natanael Copa | 2011-08-16 | 1 | -0/+108 |
Does not belong in the baselayout package |