mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-30 22:05:23 +00:00
- When using sockets, enable CAN_RECEIVE_UNICAST_UNCONFIGURED so that
clients will not set the broadcast flag. This helps with a specific kind of cable modem that doesn't support DHCP broadcast responses.
This commit is contained in:
@@ -144,6 +144,7 @@ extern int h_errno;
|
||||
#if !defined (USE_LPF)
|
||||
# if defined (USE_DEFAULT_NETWORK)
|
||||
# define USE_SOCKETS
|
||||
# define SOCKET_CAN_RECEIVE_UNICAST_UNCONFIGURED
|
||||
# endif
|
||||
# define IGNORE_HOSTUNREACH
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user