aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2007-03-20 18:43:56 +0000
committerBjørn Mork <bjorn@mork.no>2010-08-06 15:37:36 +0200
commitbb3239acbdae547fdc29b5b6337ed58224bc85d7 (patch)
tree2ea9ce652613acedbb256efed1bc733405cb80a1 /CHANGES
parentfc15adcff189d5fb96a9802307f8b82866e12ac7 (diff)
fixed a bug that IA-PD/IA-NA cannot coexist in one DHCP message when they have the same IA-ID.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e97da44..e4b56f6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+2007-03-20 SUZUKI, Shinsuke <suz@kame.net>
+ * common.c: fixed a bug that IA-PD/IA-NA cannot coexist in one DHCP message
+ when they have the same IA-ID.
+
+2007-02-28 SUZUKI, Shinsuke <suz@kame.net>
+ * config.c: fixed a typo.
+
2007-02-27 SUZUKI, Shinsuke <suz@kame.net>
* dhcp6relay.c, dhcp6relay_script.c, common.[ch], dhcp6c_script.c,
Makefile.in, dhcp6relay.8: