summaryrefslogtreecommitdiffhomepage
path: root/src/dhcpv4.h
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-06-12 10:01:06 +0200
committerSteven Barth <steven@midlink.org>2014-06-12 10:01:06 +0200
commitff3f9bb1a2421c02f53504b177ff35e366ed43ab (patch)
treecb8ff6a1eea58cae61e00b1995b5ebd23ebfcdb5 /src/dhcpv4.h
parent6c93cef912cc3f9b0bd0805bd66289d72bc315e5 (diff)
dhcpv4: use search domain instead of domain option
Diffstat (limited to 'src/dhcpv4.h')
-rw-r--r--src/dhcpv4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dhcpv4.h b/src/dhcpv4.h
index a31d8fe..57d52dc 100644
--- a/src/dhcpv4.h
+++ b/src/dhcpv4.h
@@ -51,6 +51,7 @@ enum dhcpv4_opt {
DHCPV4_OPT_HOSTNAME = 10,
DHCPV4_OPT_REQUEST = 17,
DHCPV4_OPT_USER_CLASS = 77,
+ DHCPV4_OPT_SEARCH_DOMAIN = 119,
DHCPV4_OPT_END = 255,
};