diff options
author | John Estabrook <jestabro@vyos.io> | 2022-03-02 07:59:47 -0600 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2022-04-20 18:28:02 -0500 |
commit | d42e080510bda0db0e849daf4a3b065ff83ae82f (patch) | |
tree | a571838a1293d0fcf2216d34ab19879b4e2c03dd /src/validators | |
parent | a2bbde8f17d268ddaa4c0986230dc5ac5682b019 (diff) | |
download | vyos-1x-d42e080510bda0db0e849daf4a3b065ff83ae82f.tar.gz vyos-1x-d42e080510bda0db0e849daf4a3b065ff83ae82f.zip |
configdiff: T4260: add support for diff_tree class
Add support for the configtree diff algorithm. A new function
ConfigDiff().is_node_changed(path) -> bool
is added to recursively detect changes in the tree below the node at
path; existing functions take the keyword argument 'recursive: bool' to
apply the algorithm in place of the existing, non-recursive, comparison.
(cherry picked from commit e5d04b20be0ef270d20f1d5ac9203b3a03649135)
Diffstat (limited to 'src/validators')
0 files changed, 0 insertions, 0 deletions