aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2006-10-03 12:28:27 +0000
committerBjørn Mork <bjorn@mork.no>2010-08-06 15:37:36 +0200
commit4da509b059f8d7f8b5236c9278e841e2f5f1d6d6 (patch)
tree8900cfa6870c33561ec8ba09e4900542d601dc84 /CHANGES
parent8c61c670bc5364d1f7a871a3fb09275fa10edef2 (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
Diffstat (limited to 'CHANGES')
-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,