-
Notifications
You must be signed in to change notification settings - Fork 578
DON'T MERGE: Add framework to support commit confirmed #544
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
Conversation
|
Reimplementation of napalm-automation/napalm-base#213 |
|
Originally created by @kderynski |
|
I want to test this some more to make sure we have the right abstractions. |
Software image version: 4.18.3.1F-2GB |
|
This includes a proof-of-concept on implementing in Cisco IOS. Note, I need to fix one of the methods as the name is wrong. Also I am not sure I want the |
| def commit_config(self): | ||
| def commit_config(self, confirmed=None): | ||
| """Implementation of NAPALM method commit_config.""" | ||
| if confirmed is not None: |
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.
No description provided.