]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5061] different port than standard -> default
authorFrancis Dupont <fdupont@isc.org>
Wed, 1 Mar 2017 08:56:25 +0000 (09:56 +0100)
committerFrancis Dupont <fdupont@isc.org>
Wed, 1 Mar 2017 08:56:25 +0000 (09:56 +0100)
doc/guide/dhcp4-srv.xml
doc/guide/dhcp6-srv.xml

index d32d1c4d142934ec0ae886d1a62d46e96e08e732..34d9fc6cb88d0a3106104f77542fdd8fb872ecad 100644 (file)
@@ -448,7 +448,7 @@ be followed by a comma and another object definition.</para>
 <screen>
 "Dhcp4": { "lease-database": { <userinput>"host" : ""</userinput>, ... }, ... }
 </screen>
-  Should the database use a port different than standard, it may be
+  Should the database use a port different than default, it may be
   specified as well:
 <screen>
 "Dhcp4": { "lease-database": { <userinput>"port" : 12345</userinput>, ... }, ... }
@@ -531,7 +531,7 @@ If a timeout is given though, it should be an integer greater than zero.
 <screen>
 "Dhcp4": { "hosts-database": { <userinput>"host" : ""</userinput>, ... }, ... }
 </screen>
-  Should the database use a port different than standard, it may be
+  Should the database use a port different than default, it may be
   specified as well:
 <screen>
 "Dhcp4": { "hosts-database": { <userinput>"port" : 12345</userinput>, ... }, ... }
index dbb462ab985a94245ab100b857b3c64f4e8c4532..d5956946244875fb07a55fffbcb3f6583f84a5f4 100644 (file)
@@ -443,7 +443,7 @@ be followed by a comma and another object definition.</para>
 <screen>
 "Dhcp6": { "lease-database": { <userinput>"host" : ""</userinput>, ... }, ... }
 </screen>
-  Should the database use a port different than standard, it may be
+  Should the database use a port different than default, it may be
   specified as well:
 <screen>
 "Dhcp4": { "lease-database": { <userinput>"port" : 12345</userinput>, ... }, ... }