]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[trac4268] Tidy up some documentation strings
authorShawn Routhier <sar@isc.org>
Tue, 26 Apr 2016 05:39:03 +0000 (22:39 -0700)
committerShawn Routhier <sar@isc.org>
Tue, 26 Apr 2016 05:39:03 +0000 (22:39 -0700)
doc/guide/classify.xml

index e482614f964e53a091e96f508354326b0012944e..acd208fb36cd7aaccfcdbe89dc9b04c873205fd0 100644 (file)
               <entry>Hardware address in DHCPv4 packet</entry>
               <entry>pkt4.mac</entry>
               <entry>0x010203040506</entry>
-              <entry>The value of the chaddr field of the DHCPv4 packet on hlen bytes</entry>
+              <entry>The value of the chaddr field of the DHCPv4 packet, hlen (0 to 16) bytes</entry>
             </row>
             <row>
               <entry>Hardware length in DHCPv4 packet</entry>
               <entry>ciaddr field in DHCPv4 packet</entry>
               <entry>pkt4.ciaddr</entry>
               <entry>192.0.2.1</entry>
-              <entry>The value of the ciaddr field of the DHCPv4 packet (IPv4 address on 4 bytes)</entry>
+              <entry>The value of the ciaddr field of the DHCPv4 packet (IPv4 address, 4 bytes)</entry>
             </row>
             <row>
               <entry>giaddr field in DHCPv4 packet</entry>
               <entry>pkt4.giaddr</entry>
               <entry>192.0.2.1</entry>
-              <entry>The value of the giaddr field of the DHCPv4 packet (IPv4 address on 4 bytes)</entry>
+              <entry>The value of the giaddr field of the DHCPv4 packet (IPv4 address, 4 bytes)</entry>
             </row>
             <row>
               <entry>yiaddr field in DHCPv4 packet</entry>
               <entry>pkt4.yiaddr</entry>
               <entry>192.0.2.1</entry>
-              <entry>The value of the yiaddr field of the DHCPv4 packet (IPv4 address on 4 bytes)</entry>
+              <entry>The value of the yiaddr field of the DHCPv4 packet (IPv4 address, 4 bytes)</entry>
             </row>
             <row>
               <entry>siaddr field in DHCPv4 packet</entry>
               <entry>pkt4.siaddr</entry>
               <entry>192.0.2.1</entry>
-              <entry>The value of the siaddr field of the DHCPv4 packet (IPv4 address on 4 bytes)</entry>
+              <entry>The value of the siaddr field of the DHCPv4 packet (IPv4 address, 4 bytes)</entry>
             </row>
           </tbody>
           </tgroup>