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