Global MTU
This commit is contained in:
parent
a54af53a25
commit
a60021a860
@ -24,7 +24,7 @@ log-facility local7;
|
|||||||
# Freifunk Regensburg
|
# Freifunk Regensburg
|
||||||
subnet {{ batman_ipv4 | ipaddr('network') }} netmask {{ batman_ipv4 | ipaddr('netmask') }} {
|
subnet {{ batman_ipv4 | ipaddr('network') }} netmask {{ batman_ipv4 | ipaddr('netmask') }} {
|
||||||
option routers {{ batman_ipv4 | ipaddr('address') }};
|
option routers {{ batman_ipv4 | ipaddr('address') }};
|
||||||
option interface-mtu {{ dhcpd_mtu }};
|
option interface-mtu {{ mtu }};
|
||||||
pool {
|
pool {
|
||||||
range {{ dhcpd_first }} {{ dhcpd_last }} ;
|
range {{ dhcpd_first }} {{ dhcpd_last }} ;
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,7 @@ bind {{ fastd_bind }}:{{ fastd_port + item|int }};
|
|||||||
|
|
||||||
include "secret.conf";
|
include "secret.conf";
|
||||||
|
|
||||||
mtu {{ fastd_mtu }};
|
mtu {{ mtu }};
|
||||||
|
|
||||||
{% if fastd_peers_limit > -1 %}
|
{% if fastd_peers_limit > -1 %}
|
||||||
peer limit {{ fastd_peers_limit }};
|
peer limit {{ fastd_peers_limit }};
|
||||||
|
Loading…
Reference in New Issue
Block a user