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.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/install_radvd/templates/radvd.conf.j2 b/roles/install_radvd/templates/radvd.conf.j2
index 93c2845..d8fa02a 100644
--- a/roles/install_radvd/templates/radvd.conf.j2
+++ b/roles/install_radvd/templates/radvd.conf.j2
@@ -4,7 +4,7 @@ interface bat{{ site.name }}
AdvSendAdvert on;
IgnoreIfMissing on;
MinRtrAdvInterval 3;
- MaxRtrAdvInterval 300;
+ MaxRtrAdvInterval 60;
AdvDefaultPreference low;
AdvHomeAgentFlag off;