diff options
author | Steven Barth <steven@midlink.org> | 2014-06-12 10:01:06 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-06-12 10:01:06 +0200 |
commit | ff3f9bb1a2421c02f53504b177ff35e366ed43ab (patch) | |
tree | cb8ff6a1eea58cae61e00b1995b5ebd23ebfcdb5 /src/dhcpv4.h | |
parent | 6c93cef912cc3f9b0bd0805bd66289d72bc315e5 (diff) |
dhcpv4: use search domain instead of domain option
Diffstat (limited to 'src/dhcpv4.h')
-rw-r--r-- | src/dhcpv4.h | 1 |
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, }; |