Browse Source

[4232a] Updated doc

Francis Dupont 9 years ago
parent
commit
5da6c27a83
1 changed files with 5 additions and 0 deletions
  1. 5 0
      doc/guide/classify.xml

+ 5 - 0
doc/guide/classify.xml

@@ -159,6 +159,7 @@
           <tbody>
 <row><entry>String</entry><entry>'example'</entry><entry>A string</entry></row>
 <row><entry>Hex String</entry><entry>0XABCD</entry><entry>A hexadecimal string</entry></row>
+<row><entry>IP Address</entry><entry>10.0.0.1</entry><entry>An IP address</entry></row>
 <row><entry>Integer</entry><entry>123</entry><entry>An integer value</entry></row>
 <!-- Text option not fully defined yet, leave it out
 <row><entry>Option Text</entry><entry>option[code].text</entry><entry>The value of the option with code "code" from the packet as text</entry></row>
@@ -178,6 +179,10 @@ sub-option with code "code" from the DHCPv4 Relay Agent Information option
       </para>
 
       <para>
+      IP addresses are converted into strings of length 4 or 16.
+      </para>
+
+      <para>
       Integers in the expression are converted to strings
       when the expression is read into Kea.
       </para>