-
Notifications
You must be signed in to change notification settings - Fork 3k
mbed-os-5.15: Add external RADIUS server configuration to Wi-SUN Border Router #13576
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
mbed-os-5.15: Add external RADIUS server configuration to Wi-SUN Border Router #13576
Conversation
@mikaleppanen, thank you for your changes. |
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
@mikaleppanen Can you rebase? We will start CI asap |
…order Router Added configuration functions and .json configuration options for: - external RADIUS server IPv6 address - RADIUS shared secret. - RADIUS client retry trickle timer configuration. This can be used to set how fast the RADIUS client retries Access-Request messages to RADIUS server in case reply from server is not received.
Pull request has been modified.
@0xc0170 rebased over latest 5.15 |
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.
Approved.
CI started |
Test run: SUCCESSSummary: 10 of 10 test jobs passed |
Summary of changes
Added configuration functions and .json configuration options for:
the RADIUS client retries Access-Request messages to RADIUS server in case reply
from server is not received.
This combines following RADIUS configuration pull requests from feature-wisun:
#13412
#13517
#13530
Impact of changes
None
Migration actions required
None
Documentation
None
Pull request type
Test results
Reviewers
@mikter @artokin