-
Notifications
You must be signed in to change notification settings - Fork 335
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
T5249: Add rollback-soft feature #2596
Conversation
7544631
to
f46d424
Compare
Based on our discussions on this and the issue of migration of archived configs, the following should make a simpler interface, using either the 'legacy' loadFIle or an explicit version, as indicated by keyword arg. It needs one minor fix before PR, but I've tested with your patch here (and fix for vyos/vyatta-cfg#69) and it all looks great. |
After merge of minor bug:
|
Add the ability to rollback configs without rebooting ``` sudo /usr/bin/config-mgmt rollback_soft --rev 1 rollback-soft 1 ```
@Mergifyio backport sagitta |
✅ Backports have been created
|
Change Summary
Add the ability to rollback configs without rebooting
Types of changes
Related Task(s)
Related PR(s)
vyos/vyatta-cfg#69
Component(s) name
Proposed changes
How to test
Smoketest result
Checklist: