mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[PR #433] [MERGED] Nft refactor2 #441
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#441
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/433
Author: @lts-rad
Created: 7/24/2025
Status: ✅ Merged
Merged: 7/29/2025
Merged by: @lts-rad
Base:
dev← Head:nft_refactor2📝 Commits (10+)
3bc104b[api] NFT refactor with latest google/nftables85cf631[api] Add test files6b98b04[api] Finish nft call refactor4cdb00e[api] Fix verdict maps with concatenated keys, add testsb593649[api] Fix KeyEnd argument, tests0d74fef[api] Continued fixes for NFT refactor0c903bd[api] Fix port range keyscec0dae[api] Fix supernets set access3913510[api] Fix dns_access tests and add dns_access for dockeriff702984[api] Fix dns_access tests and add dns_access for dockerif📊 Changes
22 files changed (+7487 additions, -537 deletions)
View changed files
➕
api/Dockerfile.test(+58 -0)📝
api/code/api.go(+134 -40)📝
api/code/darwin.go(+346 -0)📝
api/code/dhcp.go(+2 -0)📝
api/code/firewall.go(+473 -473)➕
api/code/firewall_test.go(+2277 -0)📝
api/code/go.mod(+5 -0)📝
api/code/go.sum(+14 -0)📝
api/code/interfaces.go(+41 -19)📝
api/code/linux.go(+78 -0)➕
api/code/nftables.go(+1899 -0)➕
api/code/nftables_test.go(+1066 -0)📝
api/code/plugins.go(+50 -0)📝
api/code/traffic.go(+2 -5)➕
api/test/alerts.json(+197 -0)➕
api/test/api.json(+57 -0)➕
api/test/devices.json(+20 -0)➕
api/test/dhcp.json(+1 -0)➕
api/test/firewall.json(+40 -0)➕
api/test/groups.json(+3 -0)...and 2 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.