mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[PR #416] [MERGED] Guest SSID Support #patch #432
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#432
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/416
Author: @lts-rad
Created: 5/15/2025
Status: ✅ Merged
Merged: 5/16/2025
Merged by: @lts-rad
Base:
main← Head:dev📝 Commits (10+)
874fa45[build] Update golang & modules2881cf5[api] Add platform specific code into linux.go to allow building on darwine0a5057[ui] Fix typo under plugin add70de320[api] Update extra bss numbering schemesb6361b5[api] Update new_bssid assignmenta3b866b[api] Add guest ssid support in backende832dc6[api] Add missing newline for guest password6d6f27a[api] Improve virtual bssid support, add noapi policy3e6b468[ui] Improved guest ssid supportfda5daa[base] Add api_block set📊 Changes
71 files changed (+1685 additions, -396 deletions)
View changed files
📝
RELEASE-NOTES.md(+7 -0)📝
api/Dockerfile(+12 -9)📝
api/code/api.go(+2 -1)➕
api/code/darwin.go(+9 -0)📝
api/code/dhcp.go(+7 -0)📝
api/code/firewall.go(+120 -21)📝
api/code/go.mod(+14 -13)📝
api/code/go.sum(+38 -22)📝
api/code/interfaces.go(+26 -8)➕
api/code/linux.go(+12 -0)📝
api/code/radios.go(+117 -27)📝
api_sample_plugin/Dockerfile(+2 -2)📝
base/scripts/nft_rules.sh(+13 -0)📝
base/setup.sh(+5 -4)📝
base/template_configs/base/alerts.json(+1 -1)📝
db/Dockerfile(+2 -2)📝
db/code/go.mod(+4 -4)📝
db/code/go.sum(+8 -0)📝
dhcp/Dockerfile(+2 -2)📝
dns/Dockerfile(+2 -2)...and 51 more files
📄 Description
Guest SSID support with static password; https://github.com/spr-networks/super/issues/412
v1.0.12
Improvements
Fixes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.