aboutsummaryrefslogtreecommitdiff
path: root/dhcp6s.conf.sample
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2006-09-20 08:32:31 +0000
committerBjørn Mork <bjorn@mork.no>2010-08-06 15:37:36 +0200
commit64409da835edb8005a8e112b94c290b57603ce1b (patch)
tree14d07af72aca3476ae316d74d20249594af95ecc /dhcp6s.conf.sample
parente23af2a11f326a3feabc2791dd006ce97eb28c88 (diff)
you need to provide a preferred-lifetime for each address-prefix. (Bug-ID 1558811)
Diffstat (limited to 'dhcp6s.conf.sample')
-rw-r--r--dhcp6s.conf.sample4
1 files changed, 2 insertions, 2 deletions
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 {