[PATCH 04/11] bsp/default/config/network: fix mtu

Tim Niemeyer tim at tn-x.org
Mi Jun 8 18:29:40 CEST 2016


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

Signed-off-by: Tim Niemeyer <tim at tn-x.org>
---

 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'
-- 
2.1.4




Mehr Informationen über die Mailingliste franken-dev