You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 to IP_PROTOCOL in IPv6 custom ACL table type. By following below repro steps, if I remove IP_PROTOCOL from BMCDATAV6 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:
Check the docker status and see swss container exited.
admin@sonic:~$ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
b5d772f4e32d docker-snmp:latest "/usr/local/bin/supe…" About an hour ago Up 56 seconds snmp
b8408d7e5721 docker-platform-monitor:latest "/usr/bin/docker_ini…" About an hour ago Up About a minute pmon
4293b795241a docker-sonic-mgmt-framework:latest "/usr/local/bin/supe…" About an hour ago Up About a minute mgmt-framework
b77d0e27815d docker-lldp:latest "/usr/bin/docker-lld…" About an hour ago Up About a minute lldp
4352981b228f docker-sonic-gnmi:latest "/usr/local/bin/supe…" About an hour ago Up 2 minutes gnmi
d19f2cb57702 66324d682340 "/usr/bin/docker_ini…" 2 hours ago Up 3 minutes dhcp_relay
b4aad98de111 docker-router-advertiser:latest "/usr/bin/docker-ini…" 2 hours ago Up 3 minutes radv
4c3b1f0e47d6 docker-fpm-frr:latest "/usr/bin/docker_ini…" 2 hours ago Up 3 minutes bgp
2ff571668fa9 docker-syncd-mrvl:latest "/usr/local/bin/supe…" 2 hours ago Up 4 minutes syncd
db4e827c80e1 docker-teamd:latest "/usr/local/bin/supe…" 2 hours ago Up 4 minutes teamd
767d70121070 docker-orchagent:latest "/usr/bin/docker-ini…" 2 hours ago Exited (0) 3 seconds ago swss
4fb56fa6bc67 docker-eventd:latest "/usr/local/bin/supe…" 2 hours ago Up 4 minutes eventd
d72a15f7ab18 docker-database:latest "/usr/local/bin/dock…" 2 hours ago Up 50 minutes database
Describe the results you received:
I see swss container crash.
Describe the results you expected:
Expect swss running stable.
Output of show version:
SONiC Software Version: SONiC.202405.689073-cf8484700
SONiC OS Version: 12
Distribution: Debian 12.6
Kernel: 6.1.0-22-2-armmp
Build commit: cf8484700
Build date: Thu Nov 7 11:18:51 UTC 2024
Built by: azureuser@3b2e9d8cc000000
Platform: armhf-nokia_ixs7215_52x-r0
HwSKU: Nokia-7215
ASIC: marvell
ASIC Count: 1
Output of show techsupport:
(paste your output here or download and attach the file here )
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered:
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 to
IP_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):
The text was updated successfully, but these errors were encountered: