2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

Update dhcp4-srv.xml to add Stephen's recommended change (copying lines 525-533 from dhcp6-srv.xml)

This commit is contained in:
Suzanne Goldlust
2019-02-20 14:52:38 -05:00
committed by Tomek Mrugalski
parent e12df0b41c
commit 38c41e6f35

View File

@@ -522,6 +522,16 @@ The default value for Cassandra is 2000 ms.
</para>
</note>
<para>
<note>Note that host parameter is used by MySQL and PostgreSQL
backends. Cassandra has a concept of contact points that could be
used to contact the cluster, instead of a single IP or
hostname. It takes a list of comma-separated IP addresses, which may be specified as:
<screen>
"Dhcp4": { "lease-database": { <userinput>"contact-points" : "192.0.2.1,192.0.2.2"</userinput>, ... }, ... }
</screen>
</note></para>
<para>Finally, the credentials of the account under which the server will
access the database should be set:
<screen>