summaryrefslogtreecommitdiffstats
path: root/openwrt/package/radvd/files/radvd.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/radvd/files/radvd.conf.example')
-rw-r--r--openwrt/package/radvd/files/radvd.conf.example22
1 files changed, 22 insertions, 0 deletions
diff --git a/openwrt/package/radvd/files/radvd.conf.example b/openwrt/package/radvd/files/radvd.conf.example
new file mode 100644
index 000000000..06d835704
--- /dev/null
+++ b/openwrt/package/radvd/files/radvd.conf.example
@@ -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;
+ };
+
+};