Re: [PATCH] Revert "netifd: update to the latest version"

2020-11-13 Thread e9hack
Am 13.11.2020 um 11:19 schrieb Rui Salvaterra: > This broke the switch VLAN configuration on at least Archer C6 v2 EU and > Archer > C7 (both switchdev-based one-armed routers). Which Archer C7 version is mentioned here? I'm using an Archer C7 v2 and didn't see any issues. Regards, Hartmut

Re: [PATCH] Revert "netifd: update to the latest version"

2020-11-13 Thread Rui Salvaterra
On Fri, 13 Nov 2020 at 10:35, Felix Fietkau wrote: > > Please show me the full /etc/config/network so I can test with it as-is. Here it goes (WG keys redacted): config interface 'loopback' option ifname 'lo' option proto 'static' list ipaddr '127.0.0.1/8' config interface 'lan'

Re: [PATCH] Revert "netifd: update to the latest version"

2020-11-13 Thread Felix Fietkau
On 2020-11-13 11:34, Rui Salvaterra wrote: > Hi, Felix, > > On Fri, 13 Nov 2020 at 10:25, Felix Fietkau wrote: >> >> Please git-bisect this and show me the config that doesn't work anymore, >> so that I can fix it properly. > > I can't bisect this now, as I'm using the router. The config (in

Re: [PATCH] Revert "netifd: update to the latest version"

2020-11-13 Thread Rui Salvaterra
Hi, Felix, On Fri, 13 Nov 2020 at 10:25, Felix Fietkau wrote: > > Please git-bisect this and show me the config that doesn't work anymore, > so that I can fix it properly. I can't bisect this now, as I'm using the router. The config (in /etc/config/network), however, is trivial: config switch

Re: [PATCH] Revert "netifd: update to the latest version"

2020-11-13 Thread Felix Fietkau
On 2020-11-13 11:19, Rui Salvaterra wrote: > This broke the switch VLAN configuration on at least Archer C6 v2 EU and > Archer > C7 (both switchdev-based one-armed routers). > > Signed-off-by: Rui Salvaterra Please git-bisect this and show me the config that doesn't work anymore, so that I

[PATCH] Revert "netifd: update to the latest version"

2020-11-13 Thread Rui Salvaterra
This broke the switch VLAN configuration on at least Archer C6 v2 EU and Archer C7 (both switchdev-based one-armed routers). Signed-off-by: Rui Salvaterra --- package/network/config/netifd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git