NAME

Net::DHCPv6::Option::ClientFqdn - Client FQDN option (code 39) — flags + domain name

VERSION

version 0.001

SYNOPSIS

use Net::DHCPv6::Option::ClientFqdn;
my $opt = Net::DHCPv6::Option::ClientFqdn->new(
    flags       => 0x01,
    domain_name => 'client.example.com',
);

DESCRIPTION

Carries the client's fully qualified domain name together with flag bits that control DNS update behaviour. See RFC 4704.

ALPHA STATUS

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

METHODS

new

Constructor. Requires flags (0-255) and optional domain_name.

flags

Returns the flag byte.

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