NAME

Net::DHCPv6::Option::RapidCommit - Rapid Commit option (code 14) — zero-length data

VERSION

version 0.001

SYNOPSIS

my $rc = Net::DHCPv6::Option::RapidCommit->new;

DESCRIPTION

Implements the Rapid Commit option (OPTION_RAPID_COMMIT, code 14) per RFC 8415 §21.14. A zero-length option that signals the server should commit the assignment immediately (solicit-advertise-request-reply short circuit).

ALPHA STATUS

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

METHODS

new

Constructor. No parameters required.

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