Changed MTU

This commit is contained in:
Bastian 2018-07-21 17:18:18 +02:00
parent 76b0c8d73f
commit ca0ce99437
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ log-facility local7;
# Freifunk Regensburg
subnet {{ batman_ipv4 | ipaddr('network') }} netmask {{ batman_ipv4 | ipaddr('netmask') }} {
option routers {{ batman_ipv4 | ipaddr('address') }};
option interface-mtu {{ mtu }};
option interface-mtu {{ (mtu | int) - 32 }};
pool {
range {{ dhcpd_first }} {{ dhcpd_last }} ;
}