[24.10] wireguard-tools: update proto script#21841
Open
systemcrash wants to merge 6 commits intoopenwrt:openwrt-24.10from
Open
[24.10] wireguard-tools: update proto script#21841systemcrash wants to merge 6 commits intoopenwrt:openwrt-24.10from
systemcrash wants to merge 6 commits intoopenwrt:openwrt-24.10from
Conversation
Proto handler now also detects changes to - addresses Tighten also assign address portion Signed-off-by: Paul Donald <newtwen+github@gmail.com> Link: openwrt#21784 Signed-off-by: Robert Marko <robimarko@gmail.com> (cherry picked from commit d59b360)
- add a renew handler - add a peer detect handler ( benefits from openwrt/netifd#66 ) Signed-off-by: Paul Donald <newtwen+github@gmail.com> Link: openwrt#21784 Signed-off-by: Robert Marko <robimarko@gmail.com> (cherry picked from commit 400742a)
- no longer write any temporary file for key gen Signed-off-by: Paul Donald <newtwen+github@gmail.com> Link: openwrt#21784 Signed-off-by: Robert Marko <robimarko@gmail.com> (cherry picked from commit 9778987)
- no longer write any temporary file for peer gen - use wg syncconf to update active interfaces (not setconf) Signed-off-by: Paul Donald <newtwen+github@gmail.com> Link: openwrt#21784 Signed-off-by: Robert Marko <robimarko@gmail.com> (cherry picked from commit 1482077)
- preserve (active) interface (at reload) Signed-off-by: Paul Donald <newtwen+github@gmail.com> Link: openwrt#21784 Signed-off-by: Robert Marko <robimarko@gmail.com> (cherry picked from commit 0a576de)
follow-up to 1482077 Schoolboy 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: openwrt#21847 Signed-off-by: Paul Donald <newtwen+github@gmail.com> Link: openwrt#21851 Signed-off-by: Robert Marko <robimarko@gmail.com> (cherry picked from commit 3f0de6a)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(squash commit of master cherry-picks)
Proto handler now also detects changes to
Tighten also assign address portion
Link: #21784
(cherry picked from commit d59b360)
wireguard-tools: add protocol renew handler
( benefits from openwrt/netifd#66 )
Link: #21784
(cherry picked from commit 400742a)
wireguard-tools: avoid temp file for key gen
Link: #21784
(cherry picked from commit 9778987)
wireguard-tools: avoid temp file for peer generation
Link: #21784
(cherry picked from commit 1482077)
wireguard-tools: enable reload without teardown
Link: #21784
(cherry picked from commit 0a576de)
wireguard-tools: fix script errors
follow-up to 1482077
Schoolboy 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).
Link: #21851
(cherry picked from commit 3f0de6a)