NAME
Net::DHCPv6::Option::ORO - Option Request option (code 6)
VERSION
version 0.001
SYNOPSIS
my $oro = Net::DHCPv6::Option::ORO->new(requested_options => [23, 24]);
DESCRIPTION
Implements the ORO option (OPTION_ORO, code 6) per RFC 8415 §21.7. Lists option codes the client requests the server to include in the reply.
ALPHA STATUS
ALPHA SOFTWARE. This is an early release. The interface is experimental and subject to change without notice.
METHODS
- new(requested_options => \@codes)
-
Constructor. Requires an arrayref of numeric option codes.
- requested_options
-
Returns the arrayref of requested option codes.
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