mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
b0860b9af9
Approved by: maintainer (implicit)
12 lines
378 B
C
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
|