summaryrefslogtreecommitdiff
path: root/roles/install_radvd/templates/radvd.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/install_radvd/templates/radvd.conf.j2')
-rw-r--r--roles/install_radvd/templates/radvd.conf.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/install_radvd/templates/radvd.conf.j2 b/roles/install_radvd/templates/radvd.conf.j2
index a27a24e..81e4379 100644
--- a/roles/install_radvd/templates/radvd.conf.j2
+++ b/roles/install_radvd/templates/radvd.conf.j2
@@ -3,8 +3,8 @@ interface bat{{ site.name }}
{
AdvSendAdvert on;
IgnoreIfMissing on;
- MinRtrAdvInterval 60;
- MaxRtrAdvInterval 600;
+ MinRtrAdvInterval 10;
+ MaxRtrAdvInterval 300;
AdvDefaultPreference low;
AdvHomeAgentFlag off;