summaryrefslogtreecommitdiff
path: root/packages/radvd/files/radvd.conf.empty
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2007-03-16 01:49:48 +0000
committerJamie Lenehan <lenehan@twibble.org>2007-03-16 01:49:48 +0000
commit0d7dcdab5e281d69b544744446289caf9aa15e9f (patch)
treea2c3afd7b08f3c7ea4cfa0404fffe6ab2f0e078d /packages/radvd/files/radvd.conf.empty
parent7a6ea70331e0ca2f99222612a432d619327f4c43 (diff)
radvd: Add init scripts and sample configurations to documentation.
- The init script, radvd.init, is directly from the debian package. - The radvd.conf.empty is from the redhat specs dir in the 1.0 sources - added here rather then using it from the package because it wasn't present in the 0.7.2 and I want to avoid breaking that version.
Diffstat (limited to 'packages/radvd/files/radvd.conf.empty')
-rw-r--r--packages/radvd/files/radvd.conf.empty18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/radvd/files/radvd.conf.empty b/packages/radvd/files/radvd.conf.empty
new file mode 100644
index 0000000000..c006f86313
--- /dev/null
+++ b/packages/radvd/files/radvd.conf.empty
@@ -0,0 +1,18 @@
+# NOTE: there is no such thing as a working "by-default" configuration file.
+# At least the prefix needs to be specified. Please consult the radvd.conf(5)
+# man page and/or /usr/share/doc/radvd-*/radvd.conf.example for help.
+#
+#
+#interface eth0
+#{
+# AdvSendAdvert on;
+# MinRtrAdvInterval 30;
+# MaxRtrAdvInterval 100;
+# prefix 2001:db8:1:0::/64
+# {
+# AdvOnLink on;
+# AdvAutonomous on;
+# AdvRouterAddr off;
+# };
+#
+#};