aboutsummaryrefslogtreecommitdiffstats
path: root/package/radvd/files/radvd.conf
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-15 09:47:32 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-15 09:47:32 +0000
commit399556f4d996edea08704e3431176f8c77623a6e (patch)
treebc78824fe6e58e420ad1038b7298f9033542a09e /package/radvd/files/radvd.conf
parentbf8963b5e34ca78f5587bef63ee4a827cc350e7b (diff)
downloadmaster-187ad058-399556f4d996edea08704e3431176f8c77623a6e.tar.gz
master-187ad058-399556f4d996edea08704e3431176f8c77623a6e.tar.bz2
master-187ad058-399556f4d996edea08704e3431176f8c77623a6e.zip
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 0000000000..06d8357041
--- /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;
+ };
+
+};