summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe
diff options
context:
space:
mode:
authorAnselm Martin Hoffmeister2007-04-09 20:01:43 +0200
committerAnselm Martin Hoffmeister2007-04-09 20:01:43 +0200
commited7dc02a95026f85cdd4c2c350a034458343d340 (patch)
tree885147a1e94a401fe5716514f2d8a15fbaf6c980 /src/include/gpxe
parenthoffmeis: Fixing situation where absence of a newdata() handler for UDP (diff)
downloadipxe-ed7dc02a95026f85cdd4c2c350a034458343d340.tar.gz
ipxe-ed7dc02a95026f85cdd4c2c350a034458343d340.tar.xz
ipxe-ed7dc02a95026f85cdd4c2c350a034458343d340.zip
hoffmeis: Preparations for syslog support (LOGSERVER in DHCP, linewise
output buffering defintions and the like)
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