mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-20 18:42:35 +04:00
85342bea07
follow-up to148207730aSchoolboy error on the peer_psk value. Also fix an issue when joining peer IPv4 and IPv6 AllowedIPs (${peer_a_ips/ /, } replaces only the first space, while ${peer_a_ips// /, } replaces all the spaces). Closes: https://github.com/openwrt/openwrt/issues/21847 Signed-off-by: Paul Donald <newtwen+github@gmail.com> Link: https://github.com/openwrt/openwrt/pull/21851 Signed-off-by: Robert Marko <robimarko@gmail.com> (cherry picked from commit3f0de6a28d) Link: https://github.com/openwrt/openwrt/pull/21840 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>