]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Update dhcp4-srv.xml to add Stephen's recommended change (copying lines 525-533 from...
authorSuzanne Goldlust <sgoldlust@isc.org>
Wed, 20 Feb 2019 19:52:38 +0000 (14:52 -0500)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 28 Feb 2019 14:52:13 +0000 (15:52 +0100)
doc/guide/dhcp4-srv.xml

index 76fbba6446225fa3633c1b0a0d730163d47a02fb..e000691346d66c44b102bfc5a5d978e530d9dcaf 100644 (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>