diff --git a/roles/radvd/templates/radvd.conf.j2 b/roles/radvd/templates/radvd.conf.j2 index 79e7a33..809169b 100644 --- a/roles/radvd/templates/radvd.conf.j2 +++ b/roles/radvd/templates/radvd.conf.j2 @@ -6,7 +6,7 @@ interface br-{{ site_code }} { AdvManagedFlag off; AdvOtherConfigFlag on; MaxRtrAdvInterval 200; - AdvLinkMTU {{ mtu }}; + AdvLinkMTU {{ (mtu | int) - 32 }}; prefix {{ batman_ipv6 | ipaddr('address') | ipsubnet(64) }} { AdvOnLink on; AdvAutonomous on;