dhcpcd: disable "require dhcp_server_identifier" because of so many non-compliant DHCP servers
This commit is contained in:
parent
7435db4f89
commit
15a15be2f6
@ -24,7 +24,8 @@ let
|
|||||||
option classless_static_routes, ntp_servers, interface_mtu
|
option classless_static_routes, ntp_servers, interface_mtu
|
||||||
|
|
||||||
# A ServerID is required by RFC2131.
|
# A ServerID is required by RFC2131.
|
||||||
require dhcp_server_identifier
|
# Commented out because of many non-compliant DHCP servers in the wild :(
|
||||||
|
#require dhcp_server_identifier
|
||||||
|
|
||||||
# A hook script is provided to lookup the hostname if not set by
|
# A hook script is provided to lookup the hostname if not set by
|
||||||
# the DHCP server, but it should not be run by default.
|
# the DHCP server, but it should not be run by default.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user