]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4232a] Updated doc
authorFrancis Dupont <fdupont@isc.org>
Sat, 27 Feb 2016 14:43:22 +0000 (15:43 +0100)
committerFrancis Dupont <fdupont@isc.org>
Sat, 27 Feb 2016 14:43:22 +0000 (15:43 +0100)
doc/guide/classify.xml

index e843812c882efef8002274db4d368bb3e3fd63a2..dcd126c355b0559fae1a155be7b6f15ce0153cf1 100644 (file)
           <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>
@@ -177,6 +178,10 @@ sub-option with code "code" from the DHCPv4 Relay Agent Information option
       &quot;0&quot; is prepended to it.
       </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.