mirror of
https://github.com/spr-networks/super.git
synced 2026-04-25 04:45:51 +03:00
[GH-ISSUE #266] Wireguard Default Endpoint Ignored During Add Peer #106
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#106
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @d-a-v-e-g on GitHub (Jan 18, 2024).
Original GitHub issue: https://github.com/spr-networks/super/issues/266
The Default Endpoint when set will not be reflected as the default when you add a peer. Repro: Set the default endpoint, add a peer without specifying the endpoint, observe the Endpoint value in the Peer settings.
@lts-rad commented on GitHub (Jan 18, 2024):
this has been addressed by
94e69bb586@lts-po:
a combo of things caused this here. first this uses the older react style component which uses this.setState, which has more state transitions. second this about state in select, which react always gets wrong.