Age | Commit message (Collapse) | Author |
|
Pass active and proposed configs between vyconfd and vyos-commitd using
a fast cache to avoid parsing overhead.
|
|
This will simplify updates of the reference_tree in case of supplemental
contributions, say, addon packages.
|
|
|
|
|
|
It's the only type it exports.
|
|
Use of the Result module from a compatibility library came from using Yojson
for config parsing, which uses it for compatibility with older OCaml, since
the ('a, 'b) result type appeared in Pervasives only in OCaml 4.03
All projects using vyconf library, however, by definition will be new projects,
and will not have any reasons to use older compilers.
|
|
Add an example of the file too.
|
|
Yojson now uses the Result.result type for its decoding functions
instead of polymorphic variants.
|
|
|