NAME

Net::DHCPv6::Option::MudUrl - MUD URL option (code 112) — Manufacturer Usage Description URL

VERSION

version 0.001

SYNOPSIS

use Net::DHCPv6::Option::MudUrl;
my $opt = Net::DHCPv6::Option::MudUrl->new(
    url => 'https://mud.example.com/device.json',
);

DESCRIPTION

Carries a URL to a Manufacturer Usage Description (MUD) file that describes the device's network behaviour. See RFC 8520.

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 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