NAME
Net::DHCPv6::Option::SipServerA - SIP Server A option (code 22) — list of IPv6 addresses
VERSION
version 0.001
SYNOPSIS
use Net::DHCPv6::Option::SipServerA;
my $opt = Net::DHCPv6::Option::SipServerA->new(
servers => [ $ipv6_bytes ],
);
DESCRIPTION
Carries a list of IPv6 addresses of SIP servers available to the client. See 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 servers (arrayref of 16-byte IPv6 addresses).
servers
Returns an arrayref of 16-byte IPv6 addresses.
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