diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-11-02 10:19:48 +0100 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2025-11-02 10:22:15 +0100 |
| commit | 01c10334b0b734bef51a5f26a93ef50a635b376a (patch) | |
| tree | f07f3998e16d45826b0359d660f82731dd3a9092 /python | |
| parent | 70e98aa2ce42eafaf3228ed6de2fc3e67095476f (diff) | |
| download | vyos-1x-01c10334b0b734bef51a5f26a93ef50a635b376a.tar.gz vyos-1x-01c10334b0b734bef51a5f26a93ef50a635b376a.zip | |
pki: T7976: calls to node_changed_presence() must use unmangled config paths
We do use mangled config paths where
pki = conf.get_config_dict(base, key_mangling=('-', '_'), ...
returns a config dict where "-" is replaced by "_" when assembling the config
dict keys.
This does not work when we throw the retrieved path into
ConfigDiff().node_changed_presence()
https://github.com/vyos/vyos-1x/blob/07936657062c/src/conf_mode/pki.py#L259-L265
Add orig_path key which is preferred over path.
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions
