Fix BFD multihop IPv6 test case issue#18370
Merged
kevinskwang merged 1 commit intosonic-net:masterfrom May 14, 2025
Merged
Conversation
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
ZhaohuiS
reviewed
May 13, 2025
mssonicbld
pushed a commit
to mssonicbld/sonic-mgmt
that referenced
this pull request
May 14, 2025
Collaborator
|
Cherry-pick PR to 202411: #18403 |
11 tasks
kevinskwang
pushed a commit
that referenced
this pull request
May 20, 2025
Co-authored-by: ShiyanWangMS <[email protected]>
auspham
pushed a commit
to auspham/sonic-mgmt
that referenced
this pull request
May 30, 2025
) ``` 8b16a64 (HEAD -> sync/202503, origin/sync/202503) Merge remote-tracking branch 'az_upstream/202412' into sync/202503 fe0ac4a (az_upstream/202412) Merge branch '202411' of https://github.com/sonic-net/sonic-mgmt into 202412 5c0cad1 Use is_alive over isAlive for py3 threads (sonic-net#18213) (sonic-net#18469) b7f49b2 [action] [PR:16972] Update the sflow test to pass on the t0 topo which does not have portchannel (sonic-net#307) 64ecd5c Merge branch '202411' of https://github.com/sonic-net/sonic-mgmt into 202412 da50df8 Fix the generate_golden_config_db for multi-asic devices (sonic-net#18138) a52cceb [action] [PR:18444] support t1-isolated-d56u2 in test_acl.py, test_stress_acl.py and test_qos_sai (sonic-net#305) fa05606 fix bfd multihop test issue (sonic-net#18370) (sonic-net#18403) c1f8f0f [action] [PR:18289] Fix ACL tests for t1-isolated-d28/128 (sonic-net#304) ```
opcoder0
pushed a commit
to opcoder0/sonic-mgmt
that referenced
this pull request
Dec 8, 2025
Signed-off-by: opcoder0 <[email protected]>
AharonMalkin
pushed a commit
to AharonMalkin/sonic-mgmt
that referenced
this pull request
Dec 16, 2025
Signed-off-by: Aharon Malkin <[email protected]>
gshemesh2
pushed a commit
to gshemesh2/sonic-mgmt
that referenced
this pull request
Dec 21, 2025
Signed-off-by: Guy Shemesh <[email protected]>
gshemesh2
pushed a commit
to gshemesh2/sonic-mgmt
that referenced
this pull request
Jan 26, 2026
Signed-off-by: Guy Shemesh <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of PR
Summary:
The BFD multihop IPv6 session will flap during test.
Type of change
Back port request
Approach
What is the motivation for this PR?
There is incorrect ovs flow rule that leaks the BFD multihop IPv6 packets to VM.
How did you do it?
Change ovs flow rule to only allow packets to go to PTF.
How did you verify/test it?
On physical testbed.
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation