bsp/default/config/network: fix mtu

- mtu of 1528 is enough for no fragmentation
- also some cleanups
- interface 'bat' was never needed

Signed-off-by: Tim Niemeyer <tim@tn-x.org>
Reviewed-by: Jan Kraus <mayosemmel@gmail.com>
This commit is contained in:
Tim Niemeyer 2016-06-08 18:29:40 +02:00
parent c5f7fda17e
commit da9ff2ccff

View File

@ -12,16 +12,12 @@ config interface 'w2mesh'
config interface 'mesh' config interface 'mesh'
option type 'bridge' option type 'bridge'
option auto '1' option auto '1'
config interface 'wan' config interface 'wan'
option proto 'dhcp' option proto 'dhcp'
option ifname 'eth1' option ifname 'eth1'
config interface 'ethmesh' config interface 'ethmesh'
option mtu '1532' option mtu '1528'
option proto 'batadv' option proto 'batadv'
option mesh 'bat0' option mesh 'bat0'
config interface 'bat'
option ifname 'bat0'
option mtu '1500'