NAME
Net::DHCPv6::Message::Reply - Reply message (type 7)
VERSION
version 0.001
SYNOPSIS
use Net::DHCPv6;
my ($msg, $err) = Net::DHCPv6->decode_with_error($bytes);
DESCRIPTION
DHCPv6 Reply message (type 7). Servers send Reply in response to Solicit, Request, Renew, Rebind, Release, and Decline messages. See Net::DHCPv6::Packet for available methods.
ALPHA STATUS
ALPHA SOFTWARE. This is an early release. The interface is experimental and subject to change without notice.
SEE ALSO
Net::DHCPv6::Packet, Net::DHCPv6::Message::Request, Net::DHCPv6::Message::Solicit
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