NAME
Net::DHCPv6::Option::RelayMsg - Relay Message option (code 9) — encapsulated relay message
VERSION
version 0.001
SYNOPSIS
use Net::DHCPv6::Option::RelayMsg;
my $opt = Net::DHCPv6::Option::RelayMsg->new(message => $bytes);
DESCRIPTION
Carries an encapsulated DHCPv6 message between relay agents and servers. See RFC 8415 §21.9.
ALPHA STATUS
ALPHA SOFTWARE. This is an early release. The interface is experimental and subject to change without notice.
METHODS
new
Constructor. Optional message (raw bytes, defaults to empty).
message
Returns the encapsulated message bytes.
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