From: Suzanne Goldlust Date: Wed, 20 Feb 2019 19:52:38 +0000 (-0500) Subject: Update dhcp4-srv.xml to add Stephen's recommended change (copying lines 525-533 from... X-Git-Tag: 481-remote-subnet4-set-inconsistent-work-when-id-subnet-is-duplicated_base~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38c41e6f35cec0ac46b670959b2ee49d5617a440;p=thirdparty%2Fkea.git Update dhcp4-srv.xml to add Stephen's recommended change (copying lines 525-533 from dhcp6-srv.xml) --- diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml index 76fbba6446..e000691346 100644 --- a/doc/guide/dhcp4-srv.xml +++ b/doc/guide/dhcp4-srv.xml @@ -522,6 +522,16 @@ The default value for Cassandra is 2000 ms. + + 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: + +"Dhcp4": { "lease-database": { "contact-points" : "192.0.2.1,192.0.2.2", ... }, ... } + + + Finally, the credentials of the account under which the server will access the database should be set: