2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[trac4268] Tidy up some documentation strings

This commit is contained in:
Shawn Routhier
2016-04-25 22:39:03 -07:00
parent 777a9979a2
commit 0b30f90dd6

View File

@@ -218,7 +218,7 @@
<entry>Hardware address in DHCPv4 packet</entry> <entry>Hardware address in DHCPv4 packet</entry>
<entry>pkt4.mac</entry> <entry>pkt4.mac</entry>
<entry>0x010203040506</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>
<row> <row>
<entry>Hardware length in DHCPv4 packet</entry> <entry>Hardware length in DHCPv4 packet</entry>
@@ -236,25 +236,25 @@
<entry>ciaddr field in DHCPv4 packet</entry> <entry>ciaddr field in DHCPv4 packet</entry>
<entry>pkt4.ciaddr</entry> <entry>pkt4.ciaddr</entry>
<entry>192.0.2.1</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>
<row> <row>
<entry>giaddr field in DHCPv4 packet</entry> <entry>giaddr field in DHCPv4 packet</entry>
<entry>pkt4.giaddr</entry> <entry>pkt4.giaddr</entry>
<entry>192.0.2.1</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>
<row> <row>
<entry>yiaddr field in DHCPv4 packet</entry> <entry>yiaddr field in DHCPv4 packet</entry>
<entry>pkt4.yiaddr</entry> <entry>pkt4.yiaddr</entry>
<entry>192.0.2.1</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>
<row> <row>
<entry>siaddr field in DHCPv4 packet</entry> <entry>siaddr field in DHCPv4 packet</entry>
<entry>pkt4.siaddr</entry> <entry>pkt4.siaddr</entry>
<entry>192.0.2.1</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> </row>
</tbody> </tbody>
</tgroup> </tgroup>