Skip to content
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

Saving config to startup should always be from running configuration. #623

Open
Sda79 opened this issue Mar 7, 2024 · 0 comments
Open

Comments

@Sda79
Copy link

Sda79 commented Mar 7, 2024

Hi,
This line of code in the netconf_config module : here always save the target configuration to the startup config, so by default the candidate to the startup.

However, saving configuration should probably be always from running to startup.

From experience it can be problematic with some Netconf servers like Nokia SROS : see paragraph 4.3.4.4 here. They don't allow copy_config from/to candidate. Which make sense because it is the purpose of a commit.

What do you think ? Shouldn't we change this behavior or add a new parameter to specify the source file ?
I could propose a merge request :)

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant