diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-01-29 15:04:27 +0100 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-01-29 15:04:27 +0100 |
commit | 4364aab1a9c21ed4fe6db8f19c57676da362df9a (patch) | |
tree | e8732fb42de8332c7778191b421eeb5a779d7fee /roles/install_radvd | |
parent | 53be5c3014f47b731124a336a4659ce879609142 (diff) |
send router advertisements more often
Diffstat (limited to 'roles/install_radvd')
-rw-r--r-- | roles/install_radvd/templates/radvd.conf.j2 | 2 |
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; |