projects
/
oweals
/
odhcp6c.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bf5955
)
Update requested options
author
Steven Barth
<steven@midlink.org>
Wed, 2 Jan 2013 13:32:05 +0000
(14:32 +0100)
committer
Steven Barth
<steven@midlink.org>
Wed, 2 Jan 2013 13:32:05 +0000
(14:32 +0100)
src/dhcpv6.c
patch
|
blob
|
history
diff --git
a/src/dhcpv6.c
b/src/dhcpv6.c
index 9a451d0568232896c084ed33d3138f46a35f5e59..4dcf8e44fad43388ba69caaf7f6f558db2274205 100644
(file)
--- a/
src/dhcpv6.c
+++ b/
src/dhcpv6.c
@@
-115,7
+115,10
@@
int init_dhcpv6(const char *ifname, int request_pd)
// Create ORO
uint16_t oro[] = {htons(DHCPV6_OPT_DNS_SERVERS),
- htons(DHCPV6_OPT_DNS_DOMAIN)};
+ htons(DHCPV6_OPT_DNS_DOMAIN),
+ htons(DHCPV6_OPT_NTP_SERVER),
+ htons(DHCPV6_OPT_SIP_SERVER_A),
+ htons(DHCPV6_OPT_SIP_SERVER_D)};
odhcp6c_add_state(STATE_ORO, oro, sizeof(oro));