CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/08/26 11:25:13
Modified files:
sbin/dhcpleased: engine.c
Log message:
Do not try to configure 0.0.0.0 (INADDR_ANY) on an interface.
If we indicate a preference for IPv6-only (DHCP option 108), the
server does not offer an IP address (indicated by INADDR_ANY), so we
must first check if the server supported option 108 before checking if
we received an IPv4 offer.
Logic error pointed out and diff provided by [email protected],
thanks!