Open lizhijianrd opened 3 weeks ago
@lizhijianrd looks to be issue with Marvell SAI, can you check with Pavan from Nokia
@Pavan-Nokia Hi Pavan, please take a look this issue
This issue has been fixed by below 2 Pr's (SAI + EZB file update)
https://github.com/sonic-net/sonic-buildimage/pull/20770 -- Already Merged https://github.com/sonic-net/sonic-buildimage/pull/20838 -- Needs merge and backport to 202405
Description
On Nokia-7215 DUT, I created 3 dataplane ACL table of custom-type, then I remove the ACL tables and
swss
container crash. This issue can consistently repro on latest 202405 marvell-armhf image. This issue seems related toIP_PROTOCOL
in IPv6 custom ACL table type. By following below repro steps, if I removeIP_PROTOCOL
fromBMCDATAV6
definition, then I can't repro same issue.Steps to reproduce the issue:
I'm using the general Mx configuration setup. Below is some config snapshot before test:
~/acl_table_type.json
:sonic-cfggen -j acl_table_type.json -w
swss
container exited.Describe the results you received:
I see
swss
container crash.Describe the results you expected:
Expect
swss
running stable.Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):