udpfromto doesn't seem to work for DHCP.
authorAlan T. DeKok <aland@freeradius.org>
Thu, 3 Mar 2011 14:22:26 +0000 (15:22 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 3 Mar 2011 14:25:48 +0000 (15:25 +0100)
It should really be replaced on sending by using an ethernet socket

src/lib/dhcp.c

index 37eaeae..4922352 100644 (file)
@@ -28,6 +28,11 @@ RCSID("$Id$")
 #include <freeradius-devel/udpfromto.h>
 #include <freeradius-devel/dhcp.h>
 
+/*
+ *     This doesn't appear to work right now.
+ */
+#undef WITH_UDPFROMTO
+
 #ifdef WITH_DHCP
 #define DHCP_CHADDR_LEN        (16)
 #define DHCP_SNAME_LEN (64)