| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
netmask
|
|
|
|
| |
resolv.conf may be created with too restrictive mode depending on umask
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
This also updates /etc/resolv.conf atomically to avoid transient
failures during updates.
Signed-off-by: David Scott <dave.scott@docker.com>
|
|
|
|
|
|
| |
Logic was broken.
This reverts commit 703e83eaed5020ebe2aa4dbfdfce21259abf2e83.
|
|
|
|
|
|
| |
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).
|
|
|
|
| |
ref #5672
|
|
|
|
| |
default.script
|
|
|
|
| |
ref #2880
|
|
|
|
| |
fixes #2781
|
|
|
|
| |
Needed for LXC
|
|
|
|
|
|
|
|
|
| |
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.
|
|
Does not belong in the baselayout package
|