summaryrefslogtreecommitdiffstats
path: root/openwrt/package/radvd/files/radvd.conf.example
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
commit0feedfb1dc83b080c43402bab224ba4ca27ebc8b (patch)
tree3c163137cb0c14aef59fdac38d53ff32197fa3d1 /openwrt/package/radvd/files/radvd.conf.example
parentfc35a318ab6e9fc5eff4ddfb4bb7ff366cffc548 (diff)
Convert radvd to new packaging style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@904 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/radvd/files/radvd.conf.example')
-rw-r--r--openwrt/package/radvd/files/radvd.conf.example22
1 files changed, 0 insertions, 22 deletions
diff --git a/openwrt/package/radvd/files/radvd.conf.example b/openwrt/package/radvd/files/radvd.conf.example
deleted file mode 100644
index 06d835704..000000000
--- a/openwrt/package/radvd/files/radvd.conf.example
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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;
- };
-
-};