diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-09-03 17:48:35 +0200 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-09-03 17:48:35 +0200 |
commit | a530d571a1f15c4c60632433a11fb649b21f835c (patch) | |
tree | 4210ff99dbf91d575459700ecae14ad6e1b349b8 /roles | |
parent | 9223a53f37214adc9b1e996a15cbc8d8a960ffce (diff) |
announce ipv6 prefix at least once a minute
Diffstat (limited to 'roles')
-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 93c2845..d8fa02a 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 300; + MaxRtrAdvInterval 60; AdvDefaultPreference low; AdvHomeAgentFlag off; |