mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 14:25:41 +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_LPF)
|
||||||
# if defined (USE_DEFAULT_NETWORK)
|
# if defined (USE_DEFAULT_NETWORK)
|
||||||
# define USE_SOCKETS
|
# define USE_SOCKETS
|
||||||
|
# define SOCKET_CAN_RECEIVE_UNICAST_UNCONFIGURED
|
||||||
# endif
|
# endif
|
||||||
# define IGNORE_HOSTUNREACH
|
# define IGNORE_HOSTUNREACH
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user