]> git.decadent.org.uk Git - odhcp6c.git/commit
fix NTP server option handling
authorKaspar Schleiser <kaspar@schleiser.de>
Tue, 7 Jan 2014 12:58:38 +0000 (13:58 +0100)
committerSteven Barth <steven@midlink.org>
Mon, 27 Jan 2014 13:16:44 +0000 (14:16 +0100)
commit62ea2821e389332d13cc05eb1ac6e77a7787f2db
tree73af795a9e69583e64dafc48d58a07b2cd3741f9
parent8152153cb9c5b09862bf0c8a0d1005fa8dfdf262
fix NTP server option handling

previously, only option 56 (NTP server) was supported, but named SNTP_*
throughout code and in the scripts environment. This patch fixes this and adds
optnion 31 (SNTP Servers) support. Uses NTP_IP and NTP_FQDN and SNTP_IP in
script environment.

Contributed by T-Labs, Deutsche Telekom Innovation Laboratories
src/dhcpv6.c
src/odhcp6c.c
src/odhcp6c.h
src/script.c