fix missing {

This commit is contained in:
Bastian Mäuser 2018-01-24 00:13:06 +01:00
parent a601f1bb31
commit 3282afe85c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ interface br-{{ site_code }} {
AdvOtherConfigFlag on;
MaxRtrAdvInterval 200;
AdvLinkMTU {{ mtu }};
prefix {{ batman_ipv6 | ipaddr('address') | ipsubnet(64) }}
prefix {{ batman_ipv6 | ipaddr('address') | ipsubnet(64) }} {
AdvOnLink on;
AdvAutonomous on;
AdvRouterAddr on;