[VRF] enable/disable net.ipv6.ip_nonlocal_bind for TestVrfLoopbackIntf.#2369
Merged
wangxin merged 3 commits intosonic-net:masterfrom Oct 20, 2020
Minkang-Tsai:test_vrf1
Merged
[VRF] enable/disable net.ipv6.ip_nonlocal_bind for TestVrfLoopbackIntf.#2369wangxin merged 3 commits intosonic-net:masterfrom Minkang-Tsai:test_vrf1
wangxin merged 3 commits intosonic-net:masterfrom
Minkang-Tsai:test_vrf1
Conversation
|
This pull request fixes 1 alert when merging 593ef94 into 3b152b4 - view on LGTM.com fixed alerts:
|
wangxin
approved these changes
Oct 20, 2020
2 tasks
yxieca
pushed a commit
that referenced
this pull request
Nov 2, 2020
Description of PR #2369 make use of duthost in TestVrfLoopbackIntf setup while there is no such fixture parameter in the setup function, adding the parameter. Approach What is the motivation for this PR? the bug introduced in #2369 pr How did you do it? just added the lacking parameter How did you verify/test it? did a run of the test Signed-off-by: Volodymyr Boyko <[email protected]>
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
swss: * 7841930 2022-07-15 | [vxlan]Fixing L2MC vlan member caching issue (sonic-net#2378) (HEAD -> 202205) [Sudharsan Dhamal Gopalarathnam] * b8cd435 2022-07-14 | [muxorch] Always use direct link for SoC IPs (sonic-net#2369) [Longxiang Lyu] * 6158d5c 2022-07-08 | Add BGP profile to Vnet routes (sonic-net#2337) [Prince Sunny] * bdb7ffd 2022-07-06 | [teammgr]: Waiting MACsec ready before doLagMemberTask (sonic-net#2286) [Ze Gan] sairedis: * 58359d4 2022-06-30 | [sairedis] Perform log rotate on request (sonic-net#1058) (HEAD -> 202205, github/202205) [Kamil Cudnik] * cad0268 2022-07-13 | Enable cisco debug shell by default (sonic-net#1078) [VenkatCisco] Signed-off-by: Ying Xie <[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:
Fixes # (issue)
Type of change
Approach
What is the motivation for this PR?
Socket bind the IP address in VRF will get the following error message.
How did you do it?
How did you verify/test it?
Run the TestVrfLoopbackIntf test case of test_vrf.py.
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation