diff --git a/roles/radvd/templates/radvd.conf.j2 b/roles/radvd/templates/radvd.conf.j2 index 4013fd9..79e7a33 100644 --- a/roles/radvd/templates/radvd.conf.j2 +++ b/roles/radvd/templates/radvd.conf.j2 @@ -10,7 +10,7 @@ interface br-{{ site_code }} { prefix {{ batman_ipv6 | ipaddr('address') | ipsubnet(64) }} { AdvOnLink on; AdvAutonomous on; - AdvRouterAddr on; +# AdvRouterAddr on; }; {% if global_ipv6 is defined %} prefix {{ global_ipv6 | ipaddr('address') | ipsubnet(64) }} {