2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[#2403] Reformat section header

This commit is contained in:
Suzanne Goldlust
2022-06-08 21:53:35 +00:00
committed by Thomas Markwalder
parent 1c800b931a
commit bd155b57f1

View File

@@ -1,9 +1,9 @@
.. _hooks-flex-option: .. _hooks-flex-option:
``flex_option``: Flexible Option for Option Value Settings Flexible Option: Defined Actions for Option Value Settings
========================================================== ==========================================================
This library allows administrators to define an action to take, for a given The ``flex_option`` library allows administrators to define an action to take, for a given
option, based upon on the result of an expression. These actions are carried option, based upon on the result of an expression. These actions are carried
out during the final stages of constructing a query response packet, just out during the final stages of constructing a query response packet, just
before it is sent to the client. The three actions currently supported are before it is sent to the client. The three actions currently supported are
@@ -23,7 +23,7 @@ used instead.
The ``add`` action adds an option only when the option does not already The ``add`` action adds an option only when the option does not already
exist and the expression does not evaluate to the empty string. exist and the expression does not evaluate to the empty string.
The ``supersede`` action does the same but it overwrites the option value The ``supersede`` action is similar, but it overwrites the option value
if it already exists. The ``remove`` action removes the option from if it already exists. The ``remove`` action removes the option from
the response packet if it already exists and the expression evaluates to the response packet if it already exists and the expression evaluates to
true. true.