NAME

Net::DHCPv6::Option::NisDomainName - NIS Domain Name option (code 29) — RFC 1035 domain name

VERSION

version 0.001

SYNOPSIS

use Net::DHCPv6::Option::NisDomainName;
my $opt = Net::DHCPv6::Option::NisDomainName->new(
    domain_name => 'example.com',
);

DESCRIPTION

Carries the NIS domain name for the client, encoded as an RFC 1035 length-prefixed label sequence. See RFC 3898.

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