-
Notifications
You must be signed in to change notification settings - Fork 925
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
Better manage of the enable mode in edgeswitch.rb #2234
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2234 +/- ##
==========================================
- Coverage 63.30% 63.19% -0.11%
==========================================
Files 30 30
Lines 1496 1497 +1
==========================================
- Hits 947 946 -1
- Misses 549 551 +2
Continue to review full report at Codecov.
|
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.
Works like a charm! Thank you
Can you add the change to the CHANGELOG, please? |
Please process the checklist |
I'm sorry, but I don't know how to do it :-( |
Codecov Report
@@ Coverage Diff @@
## master #2234 +/- ##
==========================================
- Coverage 63.28% 63.19% -0.10%
==========================================
Files 30 30
Lines 1498 1497 -1
==========================================
- Hits 948 946 -2
- Misses 550 551 +1
Continue to review full report at Codecov.
|
Since this just bit me when updating (all backups of Edgeswitches suddenly just said "% Invalid input detected at '^' marker." since no enable command was sent anymore) I'll be so bold to simply ask: How do you configure an Edgeswitch to not require the "enable" command at all (not even a passwordless one)? o_O |
Pre-Request Checklist
rubocop --auto-correct
)rake test
)Description