NAME

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

VERSION

version 0.002

SYNOPSIS

use Net::DHCPv6::Option::ReconfMsg;
use Net::DHCPv6::Constants qw($RENEW);

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

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