From 4364aab1a9c21ed4fe6db8f19c57676da362df9a Mon Sep 17 00:00:00 2001 From: Niklas Yann Wettengel Date: Mon, 29 Jan 2018 15:04:27 +0100 Subject: [PATCH] send router advertisements more often --- roles/install_radvd/templates/radvd.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;