summaryrefslogtreecommitdiff
path: root/package/radvd/files/radvd.conf
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-12-30 05:28:08 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2014-12-30 05:28:27 -0600
commit0dfd6d9d525cc0cca21f763648421d0c3eed0cba (patch)
tree868590448c7d38191aee871a8205bd502c3d9f18 /package/radvd/files/radvd.conf
parent5a15587209cd835bac278c9347120873619e3060 (diff)
add better default config, Makefile codestyle changes
Diffstat (limited to 'package/radvd/files/radvd.conf')
-rw-r--r--package/radvd/files/radvd.conf30
1 files changed, 9 insertions, 21 deletions
diff --git a/package/radvd/files/radvd.conf b/package/radvd/files/radvd.conf
index 603ee5949..4b4a21af5 100644
--- a/package/radvd/files/radvd.conf
+++ b/package/radvd/files/radvd.conf
@@ -1,22 +1,10 @@
-# For more examples, see the radvd documentation.
-
-interface eth0
-{
- 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;
- };
-
+interface eth0 {
+ AdvSendAdvert on;
+ MinRtrAdvInterval 3;
+ MaxRtrAdvInterval 10;
+ prefix fec0:0:0:1::/64 {
+ AdvOnLink on;
+ AdvAutonomous on;
+ AdvRouterAddr on;
+ };
};