Merge pull request #15004 from chiragshah6/mdev1

tools: fix frr-reload multiple no description cmds
This commit is contained in:
Donatas Abraitis 2023-12-13 10:28:43 +02:00 committed by GitHub
commit ec1e9f4ba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1090,7 +1090,7 @@ def ignore_delete_re_add_lines(lines_to_add, lines_to_del):
lines_to_add_to_del = []
lines_to_del_to_del = []
index = 0
index = -1
for ctx_keys, line in lines_to_del:
deleted = False