]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3336] Minor changes after the second review.
authorMarcin Siodelski <marcin@isc.org>
Wed, 4 Jun 2014 10:25:03 +0000 (12:25 +0200)
committerMarcin Siodelski <marcin@isc.org>
Wed, 4 Jun 2014 10:25:03 +0000 (12:25 +0200)
Fixed one typo and clarified in the configuration examples that it is up
to the client to pick the renew and rebind timers if the server doesn't
send option 58 and 59.

doc/examples/kea4/single-subnet.json
src/lib/dhcpsrv/triplet.h

index 43c6f297e31746c5346cc46ab8d7d61314016547..dc7d23f243ecbdf31848c8ad55e360f7a9e20330 100644 (file)
@@ -23,8 +23,9 @@
   "valid-lifetime": 4000,
 
 # Renew and rebind timers are commented out. This implies that options
-# 58 and 59 will not be sent to the client. Uncomment them to send
-# these options.
+# 58 and 59 will not be sent to the client. In this case it is up to
+# the client to pick the timer values according to RFC2131. Uncomment the
+# timers to send these options to the client.
 #  "renew-timer": 1000,
 #  "rebind-timer": 2000,
 
index de72ca48f60531987cfc9571cf0ed9e9522dc064..a60510305aa430c377182751a46205c0302e5a14 100644 (file)
@@ -25,7 +25,7 @@ namespace dhcp {
 /// This template class is used to store configuration parameters, like lifetime
 /// or T1. It defines 3 parameters: min, default, and max value. If the
 /// particular configuration parameter is not mandatory, it is possible to
-/// mark the parameter described by a @c Triplet "unspcified". For example, the
+/// mark the parameter described by a @c Triplet "unspecified". For example, the
 /// T1 and T2 values in DHCPv4 server are optional and may be not specified
 /// in the configuration. The @c Triplets describing these parameters will be
 /// marked "unspecified". If the server finds that the particular parameter