Re: RC3 seems okay on Archer A6 v3 (US)

2021-06-19 Thread Nathan Lutchansky
On Fri, 18 Jun 2021, Nathan Lutchansky wrote: 2.4Ghz and 5Ghz radios work more or less okay. The only issues I've encountered are reminiscent of my experience with the EAP235-Wall (lack of DFS; timeouts after repeated configuration changes, particularly when unsupported frequencies are select

[PATCH 1/3] base-files: failsafe: Fix IP configuration

2021-06-19 Thread Hauke Mehrtens
Adapt the preinit_config_board() to the board.json network changes. It now looks for the device and the ports variables to configure the LAN network. This works with swconfig configurations. Fixes: FS#3866 Fixes: d42640e389a8 ("base-files: use "ports" array in board.json network for bridges") Si

[PATCH 2/3] base-files: failsafe: Start also CPU interface for DSA

2021-06-19 Thread Hauke Mehrtens
On a DSA switch the ports have an upper device, the CPU device, e.g. eth0. This device has to be in up state to bring up the lower devices like lan1. Parse the link device from "ip link show" and bring it into up stated before bringing up the actual interface. This is needed to make network in fa

[PATCH 3/3] base-files: failsafe: Remove the VLAN modifier from interface name

2021-06-19 Thread Hauke Mehrtens
Some interfaces have a VLAN modifier like :t in lan1:t, this modifier should be removed from the interface before calling preinit_ip_config(). Signed-off-by: Hauke Mehrtens --- package/base-files/files/lib/preinit/10_indicate_preinit | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/

realtek: Traffic directly on lanX not working

2021-06-19 Thread Hauke Mehrtens
Hi, I am unable to send and receive packets directly on the lan1 interface when it is not part of a bridge. I have seen this on today's OpenWrt master. I changed the OpenWrt network configuration like this: -- root@OpenWrt:/# cat /etc/config/network config interface '

Re: [PATCH uclient] uclient-fetch: allow to overwrite Content-Type header for POST

2021-06-19 Thread Baptiste Jonglez
Hi, On 03-06-21, Andre Heider wrote: > This is required by some APIs, e.g. matrix's media upload [0]. > > [0] > https://matrix.org/docs/spec/client_server/latest#post-matrix-media-r0-upload > @@ -484,6 +485,7 @@ static int usage(const char *progname) > " --user-agent | -U

Re: [PATCH 5/5] tegra: make target source-only

2021-06-19 Thread Raylynn Knight via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- > On Jun 17, 2021, at 10:26 AM, Ko