mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[PR #458] [MERGED] SPR bug fixes #patch #450
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#450
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?
📋 Pull Request Information
Original PR: https://github.com/spr-networks/super/pull/458
Author: @lts-rad
Created: 10/16/2025
Status: ✅ Merged
Merged: 10/16/2025
Merged by: @lts-rad
Base:
main← Head:dev📝 Commits (10+)
7c6c0a1[ui] Fix #452 for ipv6 parsing exceptionad952f5[ui] No longer enable BSSID randomization by default in case cards break2cc7c7d[ui] Warn about DFS capability when background radar is missing #455d9b13ac[api] [ui] Implement add IP addr feature in UI/API #453115b37a[docs] Add contributors guided220e6c[wifid] Update rename scripts and sanitize interface names as they can include special characters7d348ac[base] Update scripts to pin MAC addresses for non permanent devices, to stop mac address pollutiond5212d8[installer] Update isntaller to run the mac address pin on setupc6406be[installer] [base] Better guess the supernetwork to start with #450e373ea1[docs] Update release notes📊 Changes
30 files changed (+2198 additions, -172 deletions)
View changed files
📝
.github/workflows/docker-image.yml(+2 -1)➕
CONTRIBUTING.md(+27 -0)📝
README.md(+1 -0)📝
RELEASE-NOTES.md(+14 -1)📝
api/code/api.go(+1 -0)📝
api/code/interfaces.go(+198 -15)📝
api/code/uplink.go(+18 -0)➕
base/scripts/find_lan_subnet.sh(+68 -0)➕
base/scripts/fix_mac_addresses.sh(+113 -0)➕
base/scripts/spr-setup-tui.sh(+888 -0)📝
base/setup.sh(+10 -1)➕
base/template_configs/dhcp/coredhcp.yml(+5 -0)📝
build_docker_compose.sh(+0 -6)➕
frontend/src/__tests__/UplinkConfiguration.js(+86 -0)📝
frontend/src/api/MockAPI.js(+55 -4)📝
frontend/src/components/Wifi/WifiChannelParameters.js(+27 -1)📝
frontend/src/components/Wifi/WifiHostapd.js(+5 -7)📝
frontend/src/components/Wireguard/WireguardAddPeer.js(+3 -0)📝
frontend/src/views/LinkConfiguration/LANLinkConfiguration.js(+185 -19)📝
frontend/src/views/LinkConfiguration/UplinkConfiguration.js(+128 -3)...and 10 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.