diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2021-07-27 12:22:44 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-10 11:14:11 +0100 |
commit | 0a7e7c888295238d3734f5a85b3e92c35ca7969f (patch) | |
tree | 4d893b35671749b5e7961bdb686c298d98b0b231 /meta/recipes-core/udev | |
parent | 6a4ccf65e84b0b7e3da3ae4e8ddc7b2151d7ef19 (diff) | |
download | poky-0a7e7c888295238d3734f5a85b3e92c35ca7969f.tar.gz |
ifupdown: added -1 option to dhclient for dhcpv6
When dhclient is used with ifupdown and in the /etc/network/interfaces
file is something like e.g. "iface eth0 inet6 dhcp" the system does not
boot but hangs at the after dhcp configuration of IPv4 at the stage
where IPv6 should be configured.
The reason seems to be, that ifupdown calls the dhclient in a blocking
way which leads to a permanent block of the boot when no DHCPv6 server
is available.
A similar bug in Redhat:
https://bugzilla.redhat.com/show_bug.cgi?id=585047
[YOCTO #14117]
(From OE-Core rev: 6d8bf12bffa146cb51153a79a4b96b05298c4fbf)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/udev')
0 files changed, 0 insertions, 0 deletions