summaryrefslogtreecommitdiffstats
path: root/package/radvd/files/radvd.conf
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-15 09:47:32 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-15 09:47:32 +0000
commit52ca90aff1b4b5edce50d69f78d76882fa2b1a44 (patch)
treebc78824fe6e58e420ad1038b7298f9033542a09e /package/radvd/files/radvd.conf
parent6e428539adeb214c4f535ff76fb8994098ba81db (diff)
Convert radvd to new packaging style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@904 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/radvd/files/radvd.conf')
-rw-r--r--package/radvd/files/radvd.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/package/radvd/files/radvd.conf b/package/radvd/files/radvd.conf
new file mode 100644
index 000000000..06d835704
--- /dev/null
+++ b/package/radvd/files/radvd.conf
@@ -0,0 +1,22 @@
+# For more examples, see the radvd documentation.
+
+interface br0
+{
+ AdvSendAdvert off;
+
+#
+# Disable Mobile IPv6 support
+#
+ AdvHomeAgentFlag off;
+
+#
+# example of a standard prefix
+#
+ prefix fec0:0:0:1::/64
+ {
+ AdvOnLink on;
+ AdvAutonomous on;
+ AdvRouterAddr off;
+ };
+
+};