From 3fc9a0ef5ed270f6e635b7d21fc1ed1d6a5990df Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Tue, 20 Jun 2000 20:27:37 +0000 Subject: [PATCH] - 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. --- includes/cf/linux.h | 1 + 1 file changed, 1 insertion(+) 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