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;
|
||||
MaxRtrAdvInterval 200;
|
||||
AdvLinkMTU {{ mtu }};
|
||||
prefix {{ batman_ipv6 | ipaddr('address') | ipsubnet(64) }}
|
||||
prefix {{ batman_ipv6 | ipaddr('address') | ipsubnet(64) }} {
|
||||
AdvOnLink on;
|
||||
AdvAutonomous on;
|
||||
AdvRouterAddr on;
|
||||
|
Loading…
Reference in New Issue
Block a user