NAME

Net::DHCPv6::Option::PdExclude - PD Exclude option (code 67) — prefix to exclude from IA_PD

VERSION

version 0.001

SYNOPSIS

use Net::DHCPv6::Option::PdExclude;
my $opt = Net::DHCPv6::Option::PdExclude->new(
    prefix_length => 48,
    address       => "\x20\x01\x0d\xb8\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00",
);

DESCRIPTION

Carries a prefix that the requesting router must exclude from the delegated prefix set. See RFC 6603.

ALPHA STATUS

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

METHODS

new

Constructor. Requires prefix_length and address (the prefix address bytes, with length derived from prefix_length).

prefix_length

Returns the prefix length in bits.

address

Returns the prefix address 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