diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2019-04-12 18:25:51 +0200 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2019-04-12 18:25:51 +0200 |
commit | ab1af81ee36eba0c6126b588bc905b229e087b15 (patch) | |
tree | 1508197a7dccbf9705bfb9c1045213c88ee33499 /roles | |
parent | 82026eeabf2897d387d0dd2e9f407cc88c3ea20f (diff) |
send router advertisements less often
Diffstat (limited to 'roles')
-rw-r--r-- | roles/install_radvd/templates/radvd.conf.j2 | 4 |
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 d8fa02a..a27a24e 100644 --- a/roles/install_radvd/templates/radvd.conf.j2 +++ b/roles/install_radvd/templates/radvd.conf.j2 @@ -3,8 +3,8 @@ interface bat{{ site.name }} { AdvSendAdvert on; IgnoreIfMissing on; - MinRtrAdvInterval 3; - MaxRtrAdvInterval 60; + MinRtrAdvInterval 60; + MaxRtrAdvInterval 600; AdvDefaultPreference low; AdvHomeAgentFlag off; |