Closed wkz closed 4 weeks ago
A while back, I made an attempt at unifying all front-ends to use the same timeout value when talking to sysrepo
sysrepo
However, I forgot about the copy command in the CLI, which execs sysrepocfg and calls sr_copy_config() directly.
copy
sysrepocfg
sr_copy_config()
The timeout should be the same when copying a config into running from the CLI as when loading it at boot.
running
No response
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 execssysrepocfg
and callssr_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