diff options
author | Steven Barth <steven@midlink.org> | 2014-06-16 10:11:12 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-06-16 10:11:12 +0200 |
commit | 1733ea4fa2d0b5286d9cfa20c1e18ee93562ec6d (patch) | |
tree | 8ed2b2bed969dfecfd4990164ade54f14622d887 /src/dhcpv4.h | |
parent | 521ffa12eb85561b5ca3de2f807485bcb004cf42 (diff) |
Fix option id for hostnames
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 57d52dc..6c72441 100644 --- a/src/dhcpv4.h +++ b/src/dhcpv4.h @@ -48,7 +48,7 @@ enum dhcpv4_opt { DHCPV4_OPT_RENEW = 58, DHCPV4_OPT_REBIND = 59, DHCPV4_OPT_IPADDRESS = 50, - DHCPV4_OPT_HOSTNAME = 10, + DHCPV4_OPT_HOSTNAME = 12, DHCPV4_OPT_REQUEST = 17, DHCPV4_OPT_USER_CLASS = 77, DHCPV4_OPT_SEARCH_DOMAIN = 119, |