summaryrefslogtreecommitdiff
path: root/src/validators/ipv4
diff options
context:
space:
mode:
authorNataliia Solomko <natalirs1985@gmail.com>2026-06-03 18:09:12 +0300
committerNataliia Solomko <natalirs1985@gmail.com>2026-06-04 16:12:52 +0300
commite27942887e7283fe79f39870965c42a3e63acfa2 (patch)
treef90dcecdc8961aa3d731834cd418fb77c25d5d1b /src/validators/ipv4
parent88dfc8cd43521ae489900fb9746c56545140df54 (diff)
downloadvyos-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/validators/ipv4')
0 files changed, 0 insertions, 0 deletions