NAME
Net::DHCPv6::Option::SubscriberId - Subscriber ID option (code 38) — opaque subscriber identification
VERSION
version 0.001
SYNOPSIS
use Net::DHCPv6::Option::SubscriberId;
my $opt = Net::DHCPv6::Option::SubscriberId->new(
subscriber_id => "\x00\x01\x02",
);
DESCRIPTION
Carries an opaque subscriber identifier set by a relay agent. See RFC 4580.
ALPHA STATUS
ALPHA SOFTWARE. This is an early release. The interface is experimental and subject to change without notice.
METHODS
new
Constructor. Optional subscriber_id (opaque bytes, defaults to empty).
subscriber_id
Returns the opaque subscriber identifier.
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