From: Suzanne Goldlust Date: Mon, 7 Jan 2019 20:36:15 +0000 (-0500) Subject: Update classify.xml X-Git-Tag: 481-remote-subnet4-set-inconsistent-work-when-id-subnet-is-duplicated_base~42 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=b3f1b9c05f0a9dc33723750e070ce7b125a67fd2;p=thirdparty%2Fkea.git Update classify.xml --- diff --git a/doc/guide/classify.xml b/doc/guide/classify.xml index 59cc8b659d..55412d8910 100644 --- a/doc/guide/classify.xml +++ b/doc/guide/classify.xml @@ -22,7 +22,7 @@ The clients have different behavior, e.g. a smart phone behaves - differently than a laptop. + differently from a laptop. The clients require different values for some options, e.g. a docsis3.0 @@ -216,7 +216,7 @@
Using Expressions in Classification - The expression portion of classification contains operators and + The expression portion of a classification definition contains operators and values. All values are currently strings; operators take a string or strings and return another string. When all the operations have completed, the result should be a value of @@ -568,8 +568,8 @@ 0x0000007b. All expressions that return numeric values use 32-bit unsigned integers, even if the field in the packet is smaller. In general, it is easier to use decimal notation to represent integers, but it is also - possible to use hex notation. When using hex notation to represent an - integer, care should be taken to make sure the value is represented as 32 + possible to use hexadecimal notation. When writing an integer in hexadecimal, + care should be taken to make sure the value is represented as 32 bits, e.g. use 0x00000001 instead of 0x1 or 0x01. Also, make sure the value is specified in network order, e.g. 1 is represented as 0x00000001.