kernelkit / infix

Linux :yellow_heart: NETCONF = Infix
https://kernelkit.org
GNU General Public License v2.0
52 stars 12 forks source link

`copy` command in CLI ignores the system's config timeout value #701

Closed wkz closed 4 weeks ago

wkz commented 1 month ago

Current Behavior

A while back, I made an attempt at unifying all front-ends to use the same timeout value when talking to sysrepo

However, I forgot about the copy command in the CLI, which execs sysrepocfg and calls sr_copy_config() directly.

Expected Behavior

The timeout should be the same when copying a config into running from the CLI as when loading it at boot.

Steps To Reproduce

No response

Additional information

No response