1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/dns/dnsmasq/files/patch-rfc2131.c
Martin Wilke b0860b9af9 - Update to 2.37
Approved by:	maintainer (implicit)
2007-02-10 11:39:21 +00:00

12 lines
378 B
C

--- src/rfc2131.c.orig Fri Feb 9 14:35:14 2007
+++ src/rfc2131.c Fri Feb 9 14:35:46 2007
@@ -16,6 +16,8 @@
#define BOOTREPLY 2
#define DHCP_COOKIE 0x63825363
+#define ARPHRD_EUI64 27
+
/* The Linux in-kernel DHCP client silently ignores any packet
smaller than this. Sigh........... */
#define MIN_PACKETSZ 300