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
1 changed files with 4 additions and 8 deletions

View File

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