forked from FF-RGB/ansible
Changed MTU
This commit is contained in:
parent
76b0c8d73f
commit
ca0ce99437
@ -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 }} ;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user