NAME

Net::DHCPv6::Option::ReconfMsg - Reconfigure Message option (code 19) — 1-byte msg-type

VERSION

version 0.001

SYNOPSIS

use Net::DHCPv6::Option::ReconfMsg;
my $opt = Net::DHCPv6::Option::ReconfMsg->new(msg_type => 1);

DESCRIPTION

Carries the message type of a Reconfigure message. See RFC 8415 §21.21.

ALPHA STATUS

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

METHODS

new

Constructor. Requires msg_type (0-255).

msg_type

Returns the message type value.

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