commit | dded78b2338147daf69064d6d48c16b12744e441 | [log] [tgz] |
---|---|---|
author | Vladislav Grishenko <themiron@mail.ru> | Sun Mar 08 15:34:34 2020 +0000 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Sun Mar 08 15:34:34 2020 +0000 |
tree | 8dfbde9777f23c25351194963e517cf68b8fb7d2 | |
parent | b594e8defacae06fee1f01dff4fbb6ff44f8a7c9 [diff] |
Add DHCPv6 ntp-server (56) option handling. There was discussion in the past regarding DHCPv6 NTP server option which needs special subclassing per RFC5908. Patch adds support for unicast, multicast IPv6 address and for FQDN string, preserving possibly used (as suggested earlier) hex value. Unfortunately it's still not fully free from limitations - only address list or only fqdn value list is possible, not mixed due current state option parsing & flagging.