summaryrefslogtreecommitdiff
path: root/roles/install_radvd/templates
diff options
context:
space:
mode:
authorNiklas Yann Wettengel <niyawe@niyawe.de>2018-01-29 15:04:27 +0100
committerNiklas Yann Wettengel <niyawe@niyawe.de>2018-01-29 15:04:27 +0100
commit4364aab1a9c21ed4fe6db8f19c57676da362df9a (patch)
treee8732fb42de8332c7778191b421eeb5a779d7fee /roles/install_radvd/templates
parent53be5c3014f47b731124a336a4659ce879609142 (diff)
send router advertisements more often
Diffstat (limited to 'roles/install_radvd/templates')
-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;