Dumps the contents of the lease database (for MySQL, PostgreSQL or
CQL backends) to a CSV (comma separated values) text file. The first
line of the file contains the column names. This is meant to be
- used as a diagnostic tool, so provides a portable, human-readable
+ used as a diagnostic tool, so it provides a portable, human-readable
form of the lease data.
</simpara>
</listitem>
...
}
</screen>
-... although is anticipated that this form of usage will only be used when it is desired to
+It is anticipated that this form of usage will only be used when it is desired to
temporarily override a list of interface names and listen on all interfaces.
</para>
<para>Some deployments of DHCP servers require that the servers listen
<para>
If there are multiple classes defined and an incoming packet is matched
- to multiple classes, the classes are processed in the order in
- which they are defined. In this case the last matching class
- "overwrites" any values that may have been set by earlier matched
- classes.
+ to multiple classes, the class whose name is alphabetically the first
+ is used.
</para>
</section>