Commit 5647477
[dualtor-io] Fix duplication merge condition (sonic-net#18828)
What is the motivation for this PR?
Work Item: 33161844
Actually, there is only one disruption, but due to the vlan flooding behavior, packet with id 70 is flooded in the vlan and received; so two disruptions are detected.
So for this case, the following two disruptions should be merged into one.
How did you do it?
Change the merge condition to allow merge in this case.
How did you verify/test it?
Run on Cisco dualtor testbed and pass.
Signed-off-by: Longxiang Lyu <lolv@microsoft.com>1 parent 3a81811 commit 5647477
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments