-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Add package: radius-mac #26481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add package: radius-mac #26481
Conversation
I guess the commit subject should be something like |
FYI, once this is confirmed, i'm going to prep the LuCI package for configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is ready to go, thank you for everything. :-) I need to say this is how it should look.
Maybe, would be good to have test.sh
file, which ensures that the package is somehow tested inside CI/CD to make sure that it at least runs, but you can add it later.
Squash your commits, please. |
This introduces the package `radius-mac` to OpenWrt, documented here: https://anton.lindstrom.io/radius-mac/ `radius-mac` is a minimal RADIUS server focusing solely on the use case of MAC address authentication for assigning VLANs to an 802.1x device Co-authored-by: Josef Schlehofer <pepe.schlehofer@gmail.com> Signed-off-by: Brian 'redbeard' Harrington <redbeard@dead-city.org>
This introduces the package
radius-mac
to OpenWrt, documented here: https://anton.lindstrom.io/radius-mac/Maintainer: @brianredbeard (package) / @carlanton
Compile tested: aarch64_cortex-a53, bpi-r4, OpenWrt 24.10.0
Run tested: aarch64_cortex-a53, bpi-r4, OpenWrt 24.10.0
Description:
radius-mac
is a minimal RADIUS server focusing solely on the use case of MAC address authentication for assigning VLANs to an 802.1x device. It uses a minimal memory footprint and stores it's config completely in UCI.