Re: [PATCH] hostapd: allow PPSK to be enabled for sae, psk-sae

2024-10-25 Thread Paul D
Could we get some movement on this? It looks like a trivial addition to enable PPSK for SAE. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [PATCH] hostapd: allow PPSK to be enabled for sae, psk-sae

2024-10-25 Thread Paul D
Admittedly the file has changed location but the patch still applies. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: netifd vxlan bug

2024-10-25 Thread Paul D
Disregard. Defaults were getting nuked somewhere along the way... :/ ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

netifd vxlan bug

2024-10-25 Thread Paul D
Setting the learning flag to 1 for a vxlan does nothing more than the kernel default already does. Did anyone ever test VXLAN learning usage? See learning flag: # ip -6 link add vxlan100 type vxlan id 100 dstport 4789 local 2001:db8:1::1 learning # ip -d a === 9: vxlan100: mtu 1500 qdisc noo

[PATCH] system: fix description value from os-release

2024-10-25 Thread Florian Eckert
When changing the read file from '/etc/openwrt_release' to '/usr/lib/os-release', the correct variable for reading the description was not selected. The correct variable from the file ‘/usr/lib/os-release’ is 'OPENWRT_RELEASE'. Signed-off-by: Florian Eckert --- system.c | 2 +- 1 file changed, 1