NAME

Net::DHCPv6::Option::InterfaceId - Interface-ID option (code 18) — opaque interface identifier

VERSION

version 0.001

SYNOPSIS

use Net::DHCPv6::Option::InterfaceId;
my $opt = Net::DHCPv6::Option::InterfaceId->new(interface_id => $bytes);

DESCRIPTION

Opaque identifier used by relay agents to identify the interface on which the client message was received. See RFC 8415 §21.18.

ALPHA STATUS

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

METHODS

new

Constructor. Optional interface_id (raw bytes, defaults to empty).

interface_id

Returns the opaque interface identifier 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