]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4483] Several examples corrected in the User's Guide.
authorTomek Mrugalski <tomasz@isc.org>
Fri, 19 Aug 2016 17:57:35 +0000 (19:57 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Fri, 19 Aug 2016 17:57:35 +0000 (19:57 +0200)
doc/guide/classify.xml

index ed109046f6e39469f11d97e38b5d65fef1c16da7..0216a9918fed1bd4da92c3d9b0b37c1ff53289a5 100644 (file)
             <row>
               <entry>Length of packet</entry>
               <entry>pkt.len</entry>
-              <entry>0x00000100</entry>
+              <entry>513</entry>
               <entry>The length of a DHCP packet (UDP header field), expressed
               as 32 bits unsigned integer.</entry>
             </row>
             <row>
               <entry>Hardware length in DHCPv4 packet</entry>
               <entry>pkt4.hlen</entry>
-              <entry>0x00000006</entry>
+              <entry>6</entry>
               <entry>The value of the hlen field of the DHCPv4 packet padded to 4 bytes</entry>
             </row>
             <row>
               <entry>Hardware type in DHCPv4 packet</entry>
               <entry>pkt4.htype</entry>
-              <entry>0x0000007b</entry>
+              <entry>6</entry>
               <entry>The value of the htype field of the DHCPv4 packet padded to 4 bytes</entry>
             </row>
             <row>
             <row>
               <entry>Enterprise-id from vendor option</entry>
               <entry>vendor.enterprise</entry>
-              <entry>0x0000118b</entry>
+              <entry>4491</entry>
               <entry>If the vendor option is present, it returns the
               value of the enterprise-id field padded to 4
               bytes. Returns '' otherwise.</entry>
             <row>
               <entry>Enterprise-id from vendor class option</entry>
               <entry>vendor-class.enterprise</entry>
-              <entry>0x0000118b</entry>
+              <entry>4491</entry>
               <entry>If the vendor option is present, it returns the
               value of the enterprise-id field padded to 4
               bytes. Returns '' otherwise.</entry>