Joachim Wiberg
Joachim Wiberg
I had a chat recently with a colleague who got intrigued by this idea. Even though I still cannot see it, he usually has his wits about him, and I'm...
I *think* the root cause is that following should be `&&` instead of `||` -- so that we can enter the first if() statement to reach `systemf("sysrepocfg -d %s -X%s...
Found the root cause for this now. Turns out the `copy` command does "nothing" when we save `running` to `startup`, instead it's a trigger in `confd:core.c` that runs -- but...
The trigger in confd, `core_startup_save()`, runs for each change registered. E.g., for nine changes in running config, we will call `sysrepocfg -X/cfg/startup-config.cfg -d startup -f json` nine times. Less than...
There are multiple ways forward here, a radical one is to remove the tools `sysrepocfg` and `sysrepoctl` -- do we really need them if we ensure the CLI and our...
After discussions during today's CCB we agreed we need something fundamental to fix this issue, and @wkz suggested instead patch sysrepo to add a post-hook with a datastore argument. That...
Despite the alternatives, I've found a way just tell `sysrepocfg` to export the source datastore in the case where the destination in the `copy` command is a file. This works...
CCB: We could have an extra YANG model that is added only for the yang-doc.html generation.
Tip: the DHCP `server_subnets` test case can be used for inspiration in this test.
Base MAC fallback handling added in 4b55e38