From 3282afe85c29fddc3d1c5a07e859f6b9fe897ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20M=C3=A4user?= Date: Wed, 24 Jan 2018 00:13:06 +0100 Subject: [PATCH] fix missing { --- roles/radvd/templates/radvd.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/radvd/templates/radvd.conf.j2 b/roles/radvd/templates/radvd.conf.j2 index 3cadda5..a751dd9 100644 --- a/roles/radvd/templates/radvd.conf.j2 +++ b/roles/radvd/templates/radvd.conf.j2 @@ -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;