aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd/rtadvd.conf
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-07-05 22:09:50 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-07-05 22:09:50 +0000
commitb26e03e907b28890d50e9725e49bff91c497eff9 (patch)
treee74efc02aeb6451716959ec5a3fe1ebc244ef0b6 /usr.sbin/rtadvd/rtadvd.conf
parentd81c3dbd425853cec94b19fbb24c5d4a100c5a5b (diff)
downloadsrc-b26e03e907b28890d50e9725e49bff91c497eff9.tar.gz
src-b26e03e907b28890d50e9725e49bff91c497eff9.zip
Sync with latest KAME
Obtained from: KAME
Notes
Notes: svn path=/head/; revision=62656
Diffstat (limited to 'usr.sbin/rtadvd/rtadvd.conf')
-rw-r--r--usr.sbin/rtadvd/rtadvd.conf33
1 files changed, 24 insertions, 9 deletions
diff --git a/usr.sbin/rtadvd/rtadvd.conf b/usr.sbin/rtadvd/rtadvd.conf
index f40a6503df8b..bdac4f104027 100644
--- a/usr.sbin/rtadvd/rtadvd.conf
+++ b/usr.sbin/rtadvd/rtadvd.conf
@@ -1,14 +1,29 @@
# $FreeBSD$
+
#
# common definitions.
#
-default:\
- :chlim#64:raflags#0:rltime#1800:rtime#30000:retrans#1000:\
- :pinfoflags#192:vltime#3600000:pltime#3600000:mtu#1500:
-ether:\
- :mtu#1500:tc=default:
+# Note: All of the following parameters have default values defined
+# in specifications, and hence you usually do not have to set them
+# by hand unless you need special non-default values.
#
-# interfaces.
-#
-ef0:\
- :addrs#1:addr="fec0:0:0:1000::":prefixlen#64:tc=ether:
+# You even do not need to create the configuration file. rtadvd
+# would usually work well without a configuration file.
+# See also: rtadvd(8)
+
+#default:\
+# :chlim#64:raflags#0:rltime#1800:rtime#30000:retrans#1000:\
+# :pinfoflags#192:vltime#3600000:pltime#3600000:mtu#1500:
+#ether:\
+# :mtu#1500:tc=default:
+
+# per-interface definitions.
+# Mainly IPv6 prefixes are configured in this part. However, rtadvd
+# automatically learns appropriate prefixes from the kernel's routing
+# table and advertises the prefixes, so you don't have to configure
+# this part, either.
+# If you don't want the automatic advertisement, invoke rtadvd with
+# the -s option and configure this part by hand.
+
+#ef0:\
+# :addrs#1:addr="3ffe:501:4819:1000::":prefixlen#64:tc=ether: