projects
/
oweals
/
odhcpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
521ffa1
)
Fix option id for hostnames
author
Steven Barth
<steven@midlink.org>
Mon, 16 Jun 2014 08:11:12 +0000
(10:11 +0200)
committer
Steven Barth
<steven@midlink.org>
Mon, 16 Jun 2014 08:11:12 +0000
(10:11 +0200)
src/dhcpv4.h
patch
|
blob
|
history
diff --git
a/src/dhcpv4.h
b/src/dhcpv4.h
index 57d52dcb1b8059db77357cfedcf5c2815ca3d662..6c72441a3718f0b1f055966818990fcf2fc5fefd 100644
(file)
--- 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 = 1
0
,
+ DHCPV4_OPT_HOSTNAME = 1
2
,
DHCPV4_OPT_REQUEST = 17,
DHCPV4_OPT_USER_CLASS = 77,
DHCPV4_OPT_SEARCH_DOMAIN = 119,