aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2006-10-08 11:17:05 +0000
committerBjørn Mork <bjorn@mork.no>2010-08-06 15:37:36 +0200
commit8daa7a48347a65eee4fd8c059f32c41e1d15afe4 (patch)
tree4681650abbe9b8a66b847112e3c6597f39c2d0ed
parentc04ffa931a15e282ce28252f91560edf369525c5 (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;