Actions
Bug #13308
closedThe ``negate_networks`` table is duplicated in ``rules.debug``
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
23.01
Release Notes:
Default
Affected Version:
2.7.0
Affected Architecture:
Description
In #13049 the logic to generate the negate_networks
table changed ( 415a1b2083228030f200c8ea0eac3a8fc91f7142 ) and then in a later commit, the old code that made negate_networks
was put back ( 7c2468c510ea7da6f284a7afad7f62c6c9880717 ), but the later commit did not remove the other new code. This leads to a duplication of the line in the rules.debug file.
It does not appear to cause an error, but it is undesirable behavior.
Files
Updated by Jim Pingle over 2 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 60a2fa6b6f1a59f3f86933265fbb48e25f652bfc.
Updated by Marcos M over 2 years ago
- Status changed from Feedback to Resolved
Tested patch on 22.05. The table is no longer duplicated.
Updated by Lev Prokofev over 2 years ago
- File clipboard-202208271755-qch1c.png clipboard-202208271755-qch1c.png added
- File clipboard-202208271756-tznw4.png clipboard-202208271756-tznw4.png added
Patch is working
Before
After
Updated by Jim Pingle almost 2 years ago
- Plus Target Version changed from 22.09 to 23.01
Actions