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 e735443..93c2845 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 900;
+ MaxRtrAdvInterval 300;
AdvDefaultPreference low;
AdvHomeAgentFlag off;