aports/main/busybox-initscripts
Corentin Henry 05fe36e53f main/busybox-initscripts: udhcpc: act on IPv4 only
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.
2017-02-08 13:29:57 +02:00
..