Added Global V6 to radvd

This commit is contained in:
Bastian Mäuser 2018-01-25 22:38:00 +01:00
parent 700dc51016
commit 82d709127b
1 changed files with 7 additions and 0 deletions

View File

@ -12,6 +12,13 @@ interface br-{{ site_code }} {
AdvAutonomous on;
AdvRouterAddr on;
};
{% if global_ipv6 is defined %}
prefix {{ global_ipv6 | ipaddr('address') | ipsubnet(64) }} {
AdvOnLink on;
AdvAutonomous on;
AdvRouterAddr on;
};
{% endif %}
RDNSS {{ batman_ipv6 | ipaddr('address')}} {
};
};