Commit 6ffe945
[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 <[email protected]>
Signed-off-by: Aharon Malkin <[email protected]>1 parent c8473e9 commit 6ffe945
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