Global MTU

This commit is contained in:
Bastian Mäuser 2018-01-23 23:56:25 +01:00
parent a54af53a25
commit a60021a860
2 changed files with 2 additions and 2 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 {{ dhcpd_mtu }};
option interface-mtu {{ mtu }};
pool {
range {{ dhcpd_first }} {{ dhcpd_last }} ;
}

View File

@ -16,7 +16,7 @@ bind {{ fastd_bind }}:{{ fastd_port + item|int }};
include "secret.conf";
mtu {{ fastd_mtu }};
mtu {{ mtu }};
{% if fastd_peers_limit > -1 %}
peer limit {{ fastd_peers_limit }};