summaryrefslogtreecommitdiff
path: root/tests/topotests/example-test/test_example.py
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2024-02-26 01:00:17 +0200
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2024-02-27 11:40:00 +0000
commit4ae43556262e4fa0f697fcc7911d03c7e290459c (patch)
tree208d445a0bff6ea73b459eb8c1b63afe83d5e75f /tests/topotests/example-test/test_example.py
parentf9960582ee3b5fc90decbb1a56cda469e897b26e (diff)
lib: fix prefix-list entry update
When a prefix-list entry is updated, current NB code calls the replacement code multiple times, once per each updated field. It means that when multiple fields of an entry are changed in a single commit, the replacement is done with an interim state of a prefix-list instead of a final one. To fix the issue, we should call the replacement code once, after all fields of an entry are updated. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com> (cherry picked from commit 0bc2ab8598fa1418d3a45499e4f047622d21d6b4)
Diffstat (limited to 'tests/topotests/example-test/test_example.py')
0 files changed, 0 insertions, 0 deletions