summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-11-02 10:19:48 +0100
committerChristian Breunig <christian@breunig.cc>2025-11-02 10:22:15 +0100
commit01c10334b0b734bef51a5f26a93ef50a635b376a (patch)
treef07f3998e16d45826b0359d660f82731dd3a9092 /python
parent70e98aa2ce42eafaf3228ed6de2fc3e67095476f (diff)
downloadvyos-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