Substract Batman Overhead from v6 radvd MTU Link announce

This commit is contained in:
Bastian 2018-07-21 01:45:36 +02:00
parent 012ba4de03
commit 608db4bb44
1 changed files with 1 additions and 1 deletions

View File

@ -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;