Skip to content

Commit ffecf49

Browse files
sdszhangsaravanan-nexthop
authored andcommitted
disable ipv6 for broadcom SONiC fanout devices. (sonic-net#21956)
Description of PR Summary: Fixes test_qos_sai failures due to unexpected ipv6 packets coming from fanout device Type of change Bug fix Testbed and Framework(new/improvement) New Test case Skipped for non-supported platforms Test case improvement Approach What is the motivation for this PR? Disable ipv6 for broadcom SONiC fanout devices. How did you do it? Add broadcom into the list. How did you verify/test it? physical testbed. Signed-off-by: Dashuai Zhang <dashuaizhang@microsoft.com> Signed-off-by: Saravanan Sellappa <saravanan@nexthop.ai>
1 parent e81a178 commit ffecf49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/fanout/tasks/sonic/fanout_sonic_202505.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
shell: "sysctl -p"
182182
become: yes
183183

184-
when: "fanout_sonic_version.asic_type in ['marvell-teralynx', 'mellanox']"
184+
when: "fanout_sonic_version.asic_type in ['marvell-teralynx', 'mellanox', 'broadcom']"
185185

186186
- name: Stop lldp container
187187
block:

0 commit comments

Comments
 (0)