Skip to content
Snippets Groups Projects
Commit fe9c5919 authored by Adrian Schmutzler's avatar Adrian Schmutzler Committed by Fabian Bläse
Browse files

fff-network: Remove MTU 1528 from ethmesh device


This interface was using 1500 anyway and setting ethernet to
MTU > 1500 might not be a good idea.

Signed-off-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
Reviewed-by: default avatarFabian Bläse <fabian@blaese.de>
Reviewed-by: default avatarRobert Langammer <rlanghammer@web.de>
parent 9c5b65a7
No related branches found
No related tags found
No related merge requests found
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=fff-network PKG_NAME:=fff-network
PKG_VERSION:=10 PKG_RELEASE:=11
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
......
...@@ -13,6 +13,5 @@ config interface 'wan' ...@@ -13,6 +13,5 @@ config interface 'wan'
option ifname 'eth1' option ifname 'eth1'
config interface 'ethmesh' config interface 'ethmesh'
option mtu '1528'
option proto 'batadv' option proto 'batadv'
option mesh 'bat0' option mesh 'bat0'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment