fix missing {

This commit is contained in:
Bastian Mäuser 2018-01-24 00:13:06 +01:00
parent a601f1bb31
commit 3282afe85c

View File

@ -7,7 +7,7 @@ interface br-{{ site_code }} {
AdvOtherConfigFlag on; AdvOtherConfigFlag on;
MaxRtrAdvInterval 200; MaxRtrAdvInterval 200;
AdvLinkMTU {{ mtu }}; AdvLinkMTU {{ mtu }};
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;