From: Francis Dupont Date: Wed, 1 Mar 2017 08:56:25 +0000 (+0100) Subject: [5061] different port than standard -> default X-Git-Tag: trac5137_base~6^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a84411922c006a077777d678771ea06ee050ccd;p=thirdparty%2Fkea.git [5061] different port than standard -> default --- diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml index d32d1c4d14..34d9fc6cb8 100644 --- a/doc/guide/dhcp4-srv.xml +++ b/doc/guide/dhcp4-srv.xml @@ -448,7 +448,7 @@ be followed by a comma and another object definition. "Dhcp4": { "lease-database": { "host" : "", ... }, ... } - 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: "Dhcp4": { "lease-database": { "port" : 12345, ... }, ... } @@ -531,7 +531,7 @@ If a timeout is given though, it should be an integer greater than zero. "Dhcp4": { "hosts-database": { "host" : "", ... }, ... } - 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: "Dhcp4": { "hosts-database": { "port" : 12345, ... }, ... } diff --git a/doc/guide/dhcp6-srv.xml b/doc/guide/dhcp6-srv.xml index dbb462ab98..d595694624 100644 --- a/doc/guide/dhcp6-srv.xml +++ b/doc/guide/dhcp6-srv.xml @@ -443,7 +443,7 @@ be followed by a comma and another object definition. "Dhcp6": { "lease-database": { "host" : "", ... }, ... } - 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: "Dhcp4": { "lease-database": { "port" : 12345, ... }, ... }