From patchwork Wed Jun 8 16:29:40 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [04/11] bsp/default/config/network: fix mtu From: Tim Niemeyer X-Patchwork-Id: 138 Message-Id: <1465403387-3241-4-git-send-email-tim@tn-x.org> To: franken-dev@freifunk.net Cc: Tim Niemeyer Date: Wed, 8 Jun 2016 18:29:40 +0200 - mtu of 1528 is enough for no fragmentation - also some cleanups - interface 'bat' was never needed Signed-off-by: Tim Niemeyer Reviewed-by: Jan Kraus --- bsp/default/root_file_system/etc/config/network | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/bsp/default/root_file_system/etc/config/network b/bsp/default/root_file_system/etc/config/network index 1bab57f..08a897b 100644 --- a/bsp/default/root_file_system/etc/config/network +++ b/bsp/default/root_file_system/etc/config/network @@ -7,16 +7,12 @@ config interface 'loopback' 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' \ No newline at end of file + option mesh 'bat0'