From: Ted Lemon Date: Tue, 20 Jun 2000 20:27:37 +0000 (+0000) Subject: - When using sockets, enable CAN_RECEIVE_UNICAST_UNCONFIGURED so that X-Git-Tag: V3-BETA-2-PATCH-1~134 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3fc9a0ef5ed270f6e635b7d21fc1ed1d6a5990df;p=thirdparty%2Fdhcp.git - 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. --- diff --git a/includes/cf/linux.h b/includes/cf/linux.h index f9fa09a24..a01401e07 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