NAME

Net::DHCPv6::Option::NtpServer - SNTP Servers option (code 31) — list of IPv6 addresses

VERSION

version 0.001

SYNOPSIS

use Net::DHCPv6::Option::NtpServer;
my $opt = Net::DHCPv6::Option::NtpServer->new(
    servers => [ $ipv6_bytes ],
);

DESCRIPTION

Carries a list of IPv6 addresses of SNTP servers available to the client. See RFC 4075 (code 31).

ALPHA STATUS

ALPHA SOFTWARE. This is an early release. The interface is experimental and subject to change without notice.

METHODS

new

Constructor. Optional servers (arrayref of 16-byte IPv6 addresses).

servers

Returns an arrayref of 16-byte IPv6 addresses.

SEE ALSO

Net::DHCPv6::Option, Net::DHCPv6::OptionList

AUTHOR

Dean Hamstead <dean@fragfest.com.au>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2026 by Dean Hamstead.

This is free software, licensed under:

The MIT (X11) License