forked from FF-RGB/ansible
fix missing {
This commit is contained in:
parent
a601f1bb31
commit
3282afe85c
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user