NAME
Net::DHCPv6::Option::SipServerD - SIP Server Domain Name option (code 21) — list of domain names
VERSION
version 0.001
SYNOPSIS
use Net::DHCPv6::Option::SipServerD;
my $opt = Net::DHCPv6::Option::SipServerD->new(
domains => [ 'sip.example.com', 'sip.example.org' ],
);
DESCRIPTION
Carries a list of domain names of SIP outbound proxy servers available to the client, encoded as RFC 1035 length-prefixed labels per RFC 3319.
ALPHA STATUS
ALPHA SOFTWARE. This is an early release. The interface is experimental and subject to change without notice.
METHODS
new
Constructor. Optional domains (arrayref of domain strings).
domains
Returns an arrayref of domain name 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