From: Andrei Pavel Date: Fri, 18 Nov 2022 09:24:56 +0000 (+0200) Subject: [#2606] update documentation X-Git-Tag: Kea-2.3.3~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa40c18f24692e2333005665a258c2cc5906ef44;p=thirdparty%2Fkea.git [#2606] update documentation --- diff --git a/doc/sphinx/arm/classify.rst b/doc/sphinx/arm/classify.rst index d265fbe3d8..b2d9bb0ffe 100644 --- a/doc/sphinx/arm/classify.rst +++ b/doc/sphinx/arm/classify.rst @@ -488,7 +488,7 @@ Notes: +=======================+=========================+=======================+ | Equal | 'foo' == 'bar' | Compare the two | | | | values and return | - | | | `true` or `false` | + | | | ``true`` or ``false`` | +-----------------------+-------------------------+-----------------------+ | Not | not ('foo' == 'bar') | Logical negation | +-----------------------+-------------------------+-----------------------+ @@ -636,7 +636,7 @@ or: Split --------- -The Split operator ``split(value, delimiters, field-number)`` accepts a list +The split operator ``split(value, delimiters, field-number)`` accepts a list of characters to use as delimiters and a positive field number of the desired field when the value is split into fields separated by the delimiters. Adjacent delimiters are not compressed out, rather they result in an empty @@ -762,7 +762,7 @@ the packet. To achieve this, the regular class must also contain the fixed part of the spawned class name: - SPAWN__ + ``SPAWN__`` :: @@ -813,7 +813,7 @@ is not mandatory that the flag be set to ``true``. .. note :: The ``template-test`` expression can also be used to filter generated spawned - classes, so that they are created only when needed by using the `ifelse` + classes, so that they are created only when needed by using the ``ifelse`` instruction. :: @@ -841,7 +841,7 @@ is not mandatory that the flag be set to ``true``. For example, using the configuration below, ingress DHCPv6 packets that have client ID values (in the format expressed by the Kea evaluator) ``foobar`` and ``foofoo`` both amount to the same limit of 60 packets per day, while - other packets that have the first three hextets different than `foo` are put + other packets that have the first three hextets different than ``foo`` are put in separate rate limiting buckets. ::