mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-03 07:56:19 +00:00
Merge pull request #15004 from chiragshah6/mdev1
tools: fix frr-reload multiple no description cmds
This commit is contained in:
commit
ec1e9f4ba2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user