Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

point out store-extended-info for bulk leasequery #127

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions doc/sphinx/arm/hooks-lease-query.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ addresses:

::

:
"store-extended-info": true,
:
"hooks-libraries": [
{
Expand Down Expand Up @@ -294,7 +296,7 @@ The client-data option encapsulates the following options:
+------------------------------+-------+-----------------------------------------------+

If the lease with the most recent client-last-transaction-time (CLTT)
value has relay information in its user-context (see
value has relay information in its user-context (``store-extended-info``, see
:ref:`store-extended-info-v6`), then an ``OPTION_LQ_RELAY_DATA`` option is
added to the reply (see
`RFC 5007, Section 4.1.2.4 <https://tools.ietf.org/html/rfc5007#section-4.1.2.4>`__).
Expand All @@ -320,6 +322,8 @@ addresses:

::

:
"store-extended-info": true,
:
"hooks-libraries": [
{
Expand Down Expand Up @@ -415,7 +419,8 @@ defined in RFC 6607.

.. note::

New query types are supported only with the memfile lease backend.
New query types are supported only with the memfile lease backend,
and only when the ``store-extended-info`` option is enabled.

.. _bulk-lease-query-dhcpv6:

Expand Down Expand Up @@ -445,7 +450,8 @@ not yet used by the hook library.

.. note::

New query types are supported only with the memfile lease backend.
New query types are supported only with the memfile lease backend,
and only when the ``store-extended-info`` option is enabled.

.. _bulk-lease-query-dhcpv6-config:

Expand All @@ -471,6 +477,8 @@ with possible entries:
DHCPv6 Bulk Leasequery new query types. Default is to use the
same value as ``bulk-query-enabled``.

This option does nothing if ``store-extended-info`` is disabled.

- ``lease-query-ip``

IP address upon which to listen for connections. The address must be
Expand Down