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

Update classify.xml

This commit is contained in:
Suzanne Goldlust
2018-11-15 14:49:01 -05:00
parent 5d5dc5e862
commit 53e9c98a44

View File

@@ -1121,9 +1121,9 @@ concatenation of the strings</entry></row>
</para> </para>
<para> <para>
In order to understand the logging statements one must understand a In order to understand the logging statements, one must understand a
bit about how expressions are evaluated, for a more complete description bit about how expressions are evaluated; for a more complete description
refer to the design document at <uri xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://oldkea.isc.org/wiki/KeaDesigns">http://oldkea.isc.org/wiki/KeaDesigns</uri>. refer to the design document at <uri xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://gitlab.isc.org/isc-projects/kea/wikis/design%20documents">https://gitlab.isc.org/isc-projects/kea/wikis/design%20documents</uri>.
In brief there are two structures used during the evaluation of an expression: In brief there are two structures used during the evaluation of an expression:
a list of tokens which represent the expressions and a value stack which a list of tokens which represent the expressions and a value stack which
represents the values being manipulated. represents the values being manipulated.