aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2006-09-20 08:32:31 +0000
committerSUZUKI, Shinsuke <suz@kame.net>2006-09-20 08:32:31 +0000
commit36f0430537aa7ab4bf14384f9f4b72217d6ade8a (patch)
tree14d07af72aca3476ae316d74d20249594af95ecc
parent589c540aec7b2f87ae744458acee176af802ad1f (diff)
you need to provide a preferred-lifetime for each address-prefix. (Bug-ID 1558811)
-rw-r--r--CHANGES2
-rw-r--r--dhcp6s.conf.52
-rw-r--r--dhcp6s.conf.sample4
3 files changed, 5 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 2e87d3f..0f1c140 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,8 @@
DNS server address option (Bug-ID 1561202). (degrade from 2006-07-30)
* common.c: fixed a bug that status-code option might include a unexpected
garbage value. (Bug-ID 1561202)
+ * dhcp6s.conf.5, dhcp6s.conf.sample: you need to provide a preferred-lifetime
+ for each address-prefix. (Bug-ID 1558811)
2006-09-20 STEVANT, Bruno <bruno.stevant@enst-bretagne.fr>
* lease.c: Fix a memory violation in lease management.
diff --git a/dhcp6s.conf.5 b/dhcp6s.conf.5
index 0d4f51c..ad5fbc1 100644
--- a/dhcp6s.conf.5
+++ b/dhcp6s.conf.5
@@ -215,7 +215,7 @@ The specified value will be contained in a preference option of
advertise messages.
The preference value must be a decimal integer and be between 0 and
255 (inclusive.)
-.It Ic address-pool Ar pool Op Ar pltime Op Ar vltime ;
+.It Ic address-pool Ar pool Ar pltime Op Ar vltime ;
This statement assigns an address pool
.Ar pool
to the interface. When
diff --git a/dhcp6s.conf.sample b/dhcp6s.conf.sample
index 5c06747..6e99cc1 100644
--- a/dhcp6s.conf.sample
+++ b/dhcp6s.conf.sample
@@ -10,12 +10,12 @@ host kame {
};
# The followings are a sample configuration to provide an IPv6 address
-# from an address pool 2001:db8:1:2::1000-2000.
+# 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.
interface fxp0 {
- address-pool pool1;
+ address-pool pool1 3600;
};
pool pool1 {