NAME

Net::DHCPv6::Option::BootfileUrl - Boot File URL option (code 59) — URL for network boot

VERSION

version 0.001

SYNOPSIS

use Net::DHCPv6::Option::BootfileUrl;
my $opt = Net::DHCPv6::Option::BootfileUrl->new(
    url => 'tftp://192.0.2.1/bootfile',
);

DESCRIPTION

Carries a URL pointing to a boot file for network boot (PXE, UEFI, etc.). 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. Requires url.

url

Returns the boot file URL string.

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