Removed AdvRouterAddr from ULA

This commit is contained in:
Bastian 2018-07-15 20:40:07 +02:00
parent 7092e62d45
commit c3dec96f0e
1 changed files with 1 additions and 1 deletions

View File

@ -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) }} {