NAME

Net::DHCPv6::Option::BootfileParam - Boot File Parameters option (code 60) — list of boot parameters

VERSION

version 0.001

SYNOPSIS

use Net::DHCPv6::Option::BootfileParam;
my $opt = Net::DHCPv6::Option::BootfileParam->new(
    parameters => [ "\x00\x01", "\x02\x03" ],
);

DESCRIPTION

Carries a list of opaque boot parameter strings for network boot. Each parameter is length-prefixed (16-bit). See RFC 5970.

ALPHA STATUS

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

METHODS

new

Constructor. Optional parameters (arrayref of opaque strings).

parameters

Returns an arrayref of opaque parameter strings.

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