Removed AdvRouterAddr from ULA

This commit is contained in:
Bastian 2018-07-15 20:40:07 +02:00
parent 7092e62d45
commit c3dec96f0e

View File

@ -10,7 +10,7 @@ interface br-{{ site_code }} {
prefix {{ batman_ipv6 | ipaddr('address') | ipsubnet(64) }} { prefix {{ batman_ipv6 | ipaddr('address') | ipsubnet(64) }} {
AdvOnLink on; AdvOnLink on;
AdvAutonomous on; AdvAutonomous on;
AdvRouterAddr on; # AdvRouterAddr on;
}; };
{% if global_ipv6 is defined %} {% if global_ipv6 is defined %}
prefix {{ global_ipv6 | ipaddr('address') | ipsubnet(64) }} { prefix {{ global_ipv6 | ipaddr('address') | ipsubnet(64) }} {