Skip to content

Commit

Permalink
Merge pull request #15009 from opensourcerouting/fix/8a5c6e4389a8f56c…
Browse files Browse the repository at this point in the history
…1a25941977a1f6acaf92f53e_9.1

tools: fix frr-reload multiple no description cmds
  • Loading branch information
donaldsharp authored Dec 18, 2023
2 parents 34c5842 + c273996 commit 80ce05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/frr-reload.py
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,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

Expand Down

0 comments on commit 80ce05d

Please sign in to comment.