NAME

Net::DHCPv6::Option::DomainList - Domain Search List option (code 24) — RFC 1035 domain names

VERSION

version 0.001

SYNOPSIS

use Net::DHCPv6::Option::DomainList;
my $opt = Net::DHCPv6::Option::DomainList->new(
    domains => [ 'example.com', 'example.org' ],
);

DESCRIPTION

Carries a list of domain names for the client's DNS domain search path, encoded as RFC 1035 length-prefixed labels. See RFC 3646.

ALPHA STATUS

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

METHODS

new

Constructor. Optional domains (arrayref of domain strings).

domains

Returns an arrayref of domain name strings.

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