]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
- When using sockets, enable CAN_RECEIVE_UNICAST_UNCONFIGURED so that
authorTed Lemon <source@isc.org>
Tue, 20 Jun 2000 20:27:37 +0000 (20:27 +0000)
committerTed Lemon <source@isc.org>
Tue, 20 Jun 2000 20:27:37 +0000 (20:27 +0000)
  clients will not set the broadcast flag.   This helps with a specific
  kind of cable modem that doesn't support DHCP broadcast responses.

includes/cf/linux.h

index f9fa09a24c27f838139c7c95f84c596fe64f70bb..a01401e07dc95e355bc94e01480f2f53d7b89bdb 100644 (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