2
0
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:
Ted Lemon
2000-06-20 20:27:37 +00:00
parent e5735b8aea
commit 3fc9a0ef5e

View File

@@ -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