Merged
Conversation
stcheng
reviewed
Sep 8, 2017
| become: yes | ||
|
|
||
| - name: Enable ipv6 for docker container ptf_{{ vm_set_name }} | ||
| command: docker exec -i ptf_{{ vm_set_name }} sysctl -w net.ipv6.conf.all.disable_ipv6=0 |
Contributor
There was a problem hiding this comment.
do we want to make it as a default setting in docker-ptf? then we could modify the docker-ptf Dockerfile.
Contributor
Author
There was a problem hiding this comment.
probably better to change this at runtime, we might want to enable disable at per interface level later.
auspham
pushed a commit
to auspham/sonic-mgmt
that referenced
this pull request
May 30, 2025
…ry_usage` (sonic-net#265) Without this change `stress/test_stress_routes.py` will fail on multi-asic systems with: ``` E tests.common.errors.RunAnsibleModuleFail: run module shell failed, Ansible Results => E failed = True E changed = True E rc = 1 E cmd = vtysh -c "show memory bgpd" E start = 2025-04-27 06:02:20.869391 E end = 2025-04-27 06:02:20.882943 E delta = 0:00:00.013552 E msg = non-zero return code E invocation = {'module_args': {'_raw_params': 'vtysh -c "show memory bgpd"', '_uses_shell': True, 'warn': False, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}} E _ansible_no_log = None E stdout = E stderr = E Usage: /usr/bin/vtysh -n [0 to 1] [OPTION]... ``` Summary: Fixes sonic-net#18270 ### Type of change - [x] Bug fix - [ ] Testbed and Framework(new/improvement) - [ ] New Test case - [ ] Skipped for non-supported platforms - [ ] Test case improvement ### Back port request - [ ] 202012 - [ ] 202205 - [ ] 202305 - [ ] 202311 - [ ] 202405 - [ ] 202411 - [x] msft-202503
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
2135269 (HEAD -> 202111, origin/202111) [SSD]Enhance ssd_generic with more error handling to avoid python crash sonic-net#271 393fbee [SSD Generic] Add support for parsing nvme ssd model, health and temperature (sonic-net#265)
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
``` 23fc702 [201911][patch] mlxsw: i2c: Prevent transaction execution for special chip st (sonic-net#278) e4f44e4 [201911] Increase log buf len size to 1M (sonic-net#265) ef6abe3 [201911] Apply kernel patches to fix emmc unreliability (sonic-net#264) 7458347 [201911] Increase log buf len size to 1M 4edf1b4 [201911] Apply kernel patches to fix emmc unreliability ``` Signed-off-by: Stepan Blyschak <stepanb@nvidia.com> Why I did it I updated sonic-linux-kernel to pick a fix for a bug happening during ISSU that caused CPU stall. How I did it Updated submodule How to verify it Build and run warm reboot
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.
No description provided.