NAME

Net::DHCPv6::Option::RSOO - Relay-Supplied Options option (code 66) — opaque

VERSION

version 0.001

SYNOPSIS

use Net::DHCPv6::Option::RSOO;
my $opt = Net::DHCPv6::Option::RSOO->new(option_data => $bytes);

DESCRIPTION

Opaque container for options supplied by a relay agent and returned in server responses. See RFC 8415 §21.24.

ALPHA STATUS

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

METHODS

new

Constructor. Optional option_data (raw bytes, defaults to empty).

option_data

Returns the relay-supplied option data 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