summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gpxe')
-rw-r--r--src/include/gpxe/dhcp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/gpxe/dhcp.h b/src/include/gpxe/dhcp.h
index a3311d1a1..1ec7ca038 100644
--- a/src/include/gpxe/dhcp.h
+++ b/src/include/gpxe/dhcp.h
@@ -60,6 +60,9 @@
/** DNS servers */
#define DHCP_DNS_SERVERS 6
+/** Syslog servers */
+#define DHCP_LOG_SERVERS 7
+
/** Host name */
#define DHCP_HOST_NAME 12