summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Yann Wettengel <niyawe@niyawe.de>2024-10-30 15:05:11 +0100
committerNiklas Yann Wettengel <niyawe@niyawe.de>2024-10-30 15:05:11 +0100
commiteccc82a9ccf757e9976f5d072a2882b9d5978526 (patch)
tree26a22e7e0287ca1f345ff14bb25276a110c6b0a2
parent0facfe068676c9d0f6324e9f6d1ccb69d9697d13 (diff)
reduce radvd interval
-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 81e4379..1c579d9 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 10;
- MaxRtrAdvInterval 300;
+ MaxRtrAdvInterval 30;
AdvDefaultPreference low;
AdvHomeAgentFlag off;
@@ -18,7 +18,7 @@ interface bat{{ site.name }}
RDNSS {{ site.bat_ipv6 }}
{
- AdvRDNSSLifetime 900;
+ AdvRDNSSLifetime 300;
};
};