NAME

Net::DHCPv6::Option::ReconfAccept - Reconfigure Accept option (code 20) — zero-length data

VERSION

version 0.001

SYNOPSIS

use Net::DHCPv6::Option::ReconfAccept;
my $opt = Net::DHCPv6::Option::ReconfAccept->new;

DESCRIPTION

Zero-length option used by a server to indicate that the client should accept reconfiguration. See RFC 8415 §21.22.

ALPHA STATUS

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

METHODS

new

Constructor. Takes no parameters.

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