NAME

Net::DHCPv6::Message::RelayForw - Relay-Forward message (type 12)

VERSION

version 0.001

SYNOPSIS

use Net::DHCPv6;

my ($msg, $err) = Net::DHCPv6->decode_with_error($bytes);
my $inner = $msg->message;  # decoded inner message

DESCRIPTION

DHCPv6 Relay-Forward message (type 12). Relays a client message toward a server. Wire format: hop_count(1) + link_address(16) + peer_address(16) + options. See Net::DHCPv6::Packet::Relay 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::Relay, Net::DHCPv6::Message::RelayReply, RFC 8415 §14, §20

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