-
Notifications
You must be signed in to change notification settings - Fork 667
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
[FIX]tacacs max server return and same tacacs server return #3667
base: master
Are you sure you want to change the base?
Conversation
add tacacs server TACACS_MAXSERVERS
when reach the max , then return
update for ctx.failed
update aaa tacacs
It works fine. |
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.
approve
test on our project, it works ok
@liushilongbuaa |
Remove whitespace in empty line and remove whitespace before :
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
update code
remove whitespace before:
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
use f-string in ctx.fail
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
hi professor liu |
add tacacs server TACACS_MAXSERVERS
What I did
It is error of return when reach tacacs max server
How I did it
add fix value of tacacs max server, same as raduis server
How to verify it
test on our project when reached max server, then return error.
update tacacs and update raduis.
anyone can tell me, what to do in nextstep, then merger into master ?