diff options
| author | Nataliia Solomko <natalirs1985@gmail.com> | 2026-06-03 18:09:12 +0300 |
|---|---|---|
| committer | Nataliia Solomko <natalirs1985@gmail.com> | 2026-06-04 16:12:52 +0300 |
| commit | e27942887e7283fe79f39870965c42a3e63acfa2 (patch) | |
| tree | f90dcecdc8961aa3d731834cd418fb77c25d5d1b /src/migration-scripts/system | |
| parent | 88dfc8cd43521ae489900fb9746c56545140df54 (diff) | |
| download | vyos-1x-e27942887e7283fe79f39870965c42a3e63acfa2.tar.gz vyos-1x-e27942887e7283fe79f39870965c42a3e63acfa2.zip | |
frr: T7931: Do not restart FRR on unrelated config changes when VRF protocols are configured
FRR was restarted on every commit when VRF protocols were configured, even when no
routing-related configuration changed. Root cause: the rendering loop mutated `config_dict`
in-place by injecting a `vrf` key into each VRF protocol sub-dict, polluting `cached_config_dict`
which holds a reference to the same object, causing the equality check to always fail on the
next commit.
Diffstat (limited to 'src/migration-scripts/system')
0 files changed, 0 insertions, 0 deletions
