From 424ce391c98dcb5ea184cbfd83aa19c49aa9b830 Mon Sep 17 00:00:00 2001 From: Tim Niemeyer Date: Sun, 30 Sep 2012 02:49:17 +0200 Subject: [PATCH] OGM over Ether have to go over bridge since 2012.2 https://lists.open-mesh.org/pipermail/b.a.t.m.a.n/2012-July/007779.html Signed-off-by: Tim Niemeyer --- bsp/dir300/root_file_system/etc/config/network | 2 ++ bsp/wr1043nd/root_file_system/etc/config/network | 2 ++ 2 files changed, 4 insertions(+) diff --git a/bsp/dir300/root_file_system/etc/config/network b/bsp/dir300/root_file_system/etc/config/network index 5871690..5c38e82 100644 --- a/bsp/dir300/root_file_system/etc/config/network +++ b/bsp/dir300/root_file_system/etc/config/network @@ -42,10 +42,12 @@ config 'switch_vlan' 'eth0_4' option 'ports' '3 5t' config 'interface' 'ethmesh1' + option 'type' 'bridge' option 'ifname' 'eth0.3' option 'mtu' '1528' config 'interface' 'ethmesh2' + option 'type' 'bridge' option 'ifname' 'eth0.4' option 'mtu' '1528' diff --git a/bsp/wr1043nd/root_file_system/etc/config/network b/bsp/wr1043nd/root_file_system/etc/config/network index 0ecef4e..f06d3f0 100644 --- a/bsp/wr1043nd/root_file_system/etc/config/network +++ b/bsp/wr1043nd/root_file_system/etc/config/network @@ -18,10 +18,12 @@ config 'interface' 'wan' option 'proto' 'dhcp' config 'interface' 'ethmesh1' + option 'type' 'bridge' option 'ifname' 'eth0.3' option 'mtu' '1528' config 'interface' 'ethmesh2' + option 'type' 'bridge' option 'ifname' 'eth0.4' option 'mtu' '1528'