From 9a84411922c006a077777d678771ea06ee050ccd Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Wed, 1 Mar 2017 09:56:25 +0100 Subject: [PATCH] [5061] different port than standard -> default --- doc/guide/dhcp4-srv.xml | 4 ++-- doc/guide/dhcp6-srv.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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, ... }, ... } -- 2.47.3