From: Stephen Morris Date: Mon, 22 Dec 2014 10:38:47 +0000 (+0000) Subject: [3539] Minor corrections to documentation X-Git-Tag: trac3504_base~23^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a1e695ca71771d19362bba42094ff2caf4ddbc5;p=thirdparty%2Fkea.git [3539] Minor corrections to documentation --- diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml index a04492d551..dee22e5b6b 100644 --- a/doc/guide/dhcp4-srv.xml +++ b/doc/guide/dhcp4-srv.xml @@ -355,12 +355,11 @@ temporarily override a list of interface names and listen on all interfaces. on the interfaces with multiple IPv4 addresses configured. In some cases, multiple instances of the DHCP servers are running concurrently and each instance should be bound to a different address on the particular interface. - The administrator must be able to select this address for each instance. - This can be achieved by appending an IPv4 address to the interface - name using the following notation: + In these situations, the address to use can be selected by + appending an IPv4 address to the interface name in the following manner: "Dhcp4": { "interfaces": [ "eth1/10.0.0.1", "eth3/192.0.2.3" ], ... } - Note that it is not allowed to specify more than one address for an interface. + Note that only one address can be specified on each interface.