aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2006-10-03 12:28:27 +0000
committerSUZUKI, Shinsuke <suz@kame.net>2006-10-03 12:28:27 +0000
commita5d04c580d7f4a2fb5adf3bf04751dcc80f17be0 (patch)
tree8900cfa6870c33561ec8ba09e4900542d601dc84
parent23af4485981912a9484e3be774e8535b17710d97 (diff)
- dhcp6s does not include a 0 refresh-time option in
ADVERTISE/REPLY message, when "option refreshtime" configuration does not exist in its configuration. - fixed a compilation failure by flex 2.5.4
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3d661a0..2895b80 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+2006-10-03 SUZUKI, Shinsuke <suz@kame.net>
+ * config.c: dhcp6s does not include a 0 refresh-time option in
+ ADVERTISE/REPLY message, when "option refreshtime" configuration does
+ not exist in its configuration. (patch submitted by Jun-ya Kato)
+
+ * cftoken.l, cfparse.y: fixed a compilation failure by flex 2.5.4
+ (patch submitted by Jun-ya Kato)
+
2006-10-01 SUZUKI, Shinsuke <suz@kame.net>
* cftoken.l, dhcp6[cs].conf.5: accepted "nis-domain-name" and "nisp-
domain-name" as a configuration keyword for NIS/NIS+ domain name,