NAME
Net::DHCPv6::Option::AftrName - AFTR Name option (code 88) — RFC 6334 domain name
VERSION
version 0.001
SYNOPSIS
use Net::DHCPv6::Option::AftrName;
my $opt = Net::DHCPv6::Option::AftrName->new(
domain_name => 'aftr.example.com',
);
DESCRIPTION
Carries the domain name of the AFTR (Address Family Transition Router) for DS-Lite tunnels. See RFC 6334.
ALPHA STATUS
ALPHA SOFTWARE. This is an early release. The interface is experimental and subject to change without notice.
METHODS
new
Constructor. Requires domain_name.
domain_name
Returns the domain name string.
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