Skip to content

enable ipv6 in ptf docker#265

Merged
lguohan merged 1 commit intosonic-net:masterfrom
lguohan:ptf_ipv6
Sep 21, 2017
Merged

enable ipv6 in ptf docker#265
lguohan merged 1 commit intosonic-net:masterfrom
lguohan:ptf_ipv6

Conversation

@lguohan
Copy link
Copy Markdown
Contributor

@lguohan lguohan commented Sep 8, 2017

No description provided.

@lguohan lguohan changed the title 0 enable ipv6 in ptf docker 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
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we want to make it as a default setting in docker-ptf? then we could modify the docker-ptf Dockerfile.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably better to change this at runtime, we might want to enable disable at per interface level later.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@lguohan lguohan merged commit 4ff12d9 into sonic-net:master Sep 21, 2017
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants