aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2007-05-03 07:11:53 +0000
committerBjørn Mork <bjorn@mork.no>2010-08-06 15:37:37 +0200
commit9fb4b7c55213be2f1b1107e9cc6557095338f9c4 (patch)
treeeeb678819725208c3f7586cb852e404faa614a46 /CHANGES
parent3a8fbf36b980a7eee65e8a3e3c45b507cc1e58b1 (diff)
changes the destination port of a relayed DHCP packet from 546 to 547, when it is supposed to be bound for a relay, instead of a client. (the situation occurs when DHCPv6-relays are cascased in a row)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c84a695..06fe055 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
2007-05-03 SUZUKI, Shinsuke <suz@kame.net>
+ * dhcp6relay.c: changes the destination port of a relayed DHCP packet
+ from 546 to 547, when it is supposed to be bound for a relay,
+ instead of a client. (the situation occurs when DHCPv6-relays are
+ cascased in a row)
* dhcp6s.c: fixed a Solicitation message validation error (introduced
on Mar 21 2007)