summaryrefslogtreecommitdiff
path: root/includes/dhcp.h
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2006-07-17 15:16:43 +0000
committerDavid Hankins <dhankins@isc.org>2006-07-17 15:16:43 +0000
commit334bf4910f7cf24813cedf312b60cb22a7864cec (patch)
tree87af4c816649ffab2ffe986480f7870067464107 /includes/dhcp.h
parent71b0f2cef749323abbbf747623719791ceb9ad5a (diff)
downloadisc-dhcp-334bf4910f7cf24813cedf312b60cb22a7864cec.tar.gz
- The DHCP Relay Agent Information Option / Link Selection Sub-Option
is now supported. (See RFC3527 for details). [ISC-Bugs #16251]
Diffstat (limited to 'includes/dhcp.h')
-rw-r--r--includes/dhcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/dhcp.h b/includes/dhcp.h
index cb4ac5ab..abdb8549 100644
--- a/includes/dhcp.h
+++ b/includes/dhcp.h
@@ -174,6 +174,7 @@ struct dhcp_packet {
#define RAI_CIRCUIT_ID 1
#define RAI_REMOTE_ID 2
#define RAI_AGENT_ID 3
+#define RAI_LINK_SELECT 5
/* FQDN suboptions: */
#define FQDN_NO_CLIENT_UPDATE 1