summaryrefslogtreecommitdiff
path: root/includes/cf/linux.h
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-06-20 20:27:37 +0000
committerTed Lemon <source@isc.org>2000-06-20 20:27:37 +0000
commit3fc9a0ef5ed270f6e635b7d21fc1ed1d6a5990df (patch)
tree7886bd7f76ff1d9aec21cdc219bf280e2e0c2266 /includes/cf/linux.h
parente5735b8aea51f1bd7ee7dd0e63169978a6e84987 (diff)
downloadisc-dhcp-3fc9a0ef5ed270f6e635b7d21fc1ed1d6a5990df.tar.gz
- 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.
Diffstat (limited to 'includes/cf/linux.h')
-rw-r--r--includes/cf/linux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/cf/linux.h b/includes/cf/linux.h
index f9fa09a2..a01401e0 100644
--- a/includes/cf/linux.h
+++ b/includes/cf/linux.h
@@ -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