| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Send vyconfd session pid and client env vars to vyos-commitd for use in
config mode scripts.
|
|
|
|
This missed a proper update in the case of failures in a collection of
tag node values; caught in test_interfaces_vxlan.py test_vxlan_external.
|
|
|
|
|
|
|
|
Call both the vyconfd server and the vyos-commitd client under the
top-level Lwt.main loop.
|
|
|
|
|
|
For partial commits with a config error on a subtree, one needs to know
the origin of the failed subtree, whether from deletion or addition, in
order to contruct the partial successful result.
|
|
|
|
|
|
|
|
|
|
|
|
|