NAME
Net::DHCPv6::Option::ClientArchType - Client System Architecture Type option (code 61) — 16-bit architecture type
VERSION
version 0.001
SYNOPSIS
use Net::DHCPv6::Option::ClientArchType;
my $opt = Net::DHCPv6::Option::ClientArchType->new(type => 0);
DESCRIPTION
Carries a 16-bit client system architecture type per RFC 5970 (e.g. 0 = x86 BIOS, 6 = EFI x86-64).
ALPHA STATUS
ALPHA SOFTWARE. This is an early release. The interface is experimental and subject to change without notice.
METHODS
new
Constructor. Requires type, a 16-bit unsigned integer.
type
Returns the architecture type code.
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