aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2006-10-08 11:17:05 +0000
committerSUZUKI, Shinsuke <suz@kame.net>2006-10-08 11:17:05 +0000
commit5b82c11b0152ea3bdc530a51909c2dde3d64429d (patch)
tree4681650abbe9b8a66b847112e3c6597f39c2d0ed
parentbf8ef0cd5da4270db70c46e8bcbbe29bcc38b44f (diff)
corrected a misleading comment (pointed out by Hajimu UMEMOTO)
-rw-r--r--CHANGES4
-rw-r--r--dhcp6s.conf.sample6
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 18353b7..27b06fa 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+2006-10-08 SUZUKI, Shinsuke <suz@kame.net>
+ * dhcp6s.conf.sample: corrected a misleading comment (pointed out by
+ Hajimu UMEMOTO)
+
2006-10-04 SUZUKI, Shinsuke <suz@kame.net>
* config.c: fixed a improper memory access when there is no free
address in an address pool. (Bug-ID 1563232)
diff --git a/dhcp6s.conf.sample b/dhcp6s.conf.sample
index 6e99cc1..a3f5f27 100644
--- a/dhcp6s.conf.sample
+++ b/dhcp6s.conf.sample
@@ -11,8 +11,10 @@ host kame {
# The followings are a sample configuration to provide an IPv6 address
# from an address pool 2001:db8:1:2::1000-2000 for 3600[s].
-# Note. You have to send an RA with A-bit off to fxp0; otherwise
-# a client cannot be sure about the prefix-length and the default router.
+# Note. You have to send an RA to fxp0; otherwise a client cannot be sure
+# about the prefix-length and the default router. If you want to prevent
+# stateless address configuration via RA, please set the autonomous-flag to
+# OFF in your RA configuration.
interface fxp0 {
address-pool pool1 3600;