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