NAME
Net::DHCPv6::Option::Unicast - UNICAST option (code 12) — server IPv6 address
VERSION
version 0.001
SYNOPSIS
use Net::DHCPv6::Option::Unicast;
my $opt = Net::DHCPv6::Option::Unicast->new(address => $ipv6_bytes);
DESCRIPTION
Carries the IPv6 address of a server to which the client should send messages unicast. See RFC 8415 §21.12.
ALPHA STATUS
ALPHA SOFTWARE. This is an early release. The interface is experimental and subject to change without notice.
METHODS
new
Constructor. Requires address, a 16-byte IPv6 address.
address
Returns the 16-byte IPv6 address.
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