diff options
author | Steven Barth <steven@midlink.org> | 2014-02-01 13:01:37 +0100 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-02-01 13:01:37 +0100 |
commit | eaa9fbea30a5c6de93b89b0acdb2ac856d4c9bcf (patch) | |
tree | 98dc714ca71d5e417d77c3086ccdde51f813b321 /src/dhcpv4.h | |
parent | f0b46eb203e192f44d8f870f905697ae4612d111 (diff) |
Change homenet detection to User-Class
Diffstat (limited to 'src/dhcpv4.h')
-rw-r--r-- | src/dhcpv4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dhcpv4.h b/src/dhcpv4.h index 7ee9fa9..a31d8fe 100644 --- a/src/dhcpv4.h +++ b/src/dhcpv4.h @@ -50,7 +50,7 @@ enum dhcpv4_opt { DHCPV4_OPT_IPADDRESS = 50, DHCPV4_OPT_HOSTNAME = 10, DHCPV4_OPT_REQUEST = 17, - DHCPV4_OPT_VENDOR_SPECIFIC_INFORMATION = 125, + DHCPV4_OPT_USER_CLASS = 77, DHCPV4_OPT_END = 255, }; |