sonic-swss icon indicating copy to clipboard operation
sonic-swss copied to clipboard

SONiC Switch State Service (SwSS)

Results 377 sonic-swss issues
Sort by recently updated
recently updated
newest added

**What I did** [Build]: Fix sudo file system nosuid issue See https://dev.azure.com/mssonic/build/_build/results?buildId=62727&view=logs&j=284b2903-d01d-5303-0c31-f4026a88f790&t=6a50968e-df94-5d4c-3678-8bfb086eee71 ``` 2022-01-04T06:23:23.1519889Z [command]/bin/bash --noprofile --norc /__w/_temp/d815a088-b4f4-4e30-b788-6afc1ff57105.sh 2022-01-04T06:23:23.3310247Z sudo: effective uid is not 0, is /usr/bin/sudo on a file...

**What I did** Let CoppMgr skip configuration which are already in APPL_DB after warm restart. **Why I did it** After warm start, the CoppMgr will set configuration into APPL_DB which...

Test case "https://github.com/Azure/sonic-mgmt/blob/master/tests/everflow/everflow/test_everflow_per_interface.py::test_everflow_per_interface[ipv6]" fails in Marvell SAI environment because of missing SAI_ACL_TABLE_ATTR_FIELD_IN_PORTS configuration for TABLE_TYPE_MIRRORV6 and subsequent ACL rule configuration sets IN_PORTS. sairedis logs: ``` 2022-03-25.05:55:10.004973|c|SAI_OBJECT_TYPE_ACL_TABLE:oid:0x7000000000ec5|SAI_ACL_TABLE_ATTR_ACL_BIND_POINT_TYPE_LIST=2:SAI_ACL_BIND_POINT_TYPE_PORT,SAI_ACL_BIND_POINT_TYPE_LAG|SAI_ACL_TABLE_ATTR_FIELD_OUTER_VLAN_ID=true|SAI_ACL_TABLE_ATTR_FIELD_ACL_IP_TYPE=true|SAI_ACL_TABLE_ATTR_FIELD_SRC_IPV6=true|SAI_ACL_TABLE_ATTR_FIELD_DST_IPV6=true|SAI_ACL_TABLE_ATTR_FIELD_ICMPV6_TYPE=true|SAI_ACL_TABLE_ATTR_FIELD_ICMPV6_CODE=true|SAI_ACL_TABLE_ATTR_FIELD_IPV6_NEXT_HEADER=true|SAI_ACL_TABLE_ATTR_FIELD_L4_SRC_PORT=true|SAI_ACL_TABLE_ATTR_FIELD_L4_DST_PORT=true|SAI_ACL_TABLE_ATTR_FIELD_TCP_FLAGS=true|SAI_ACL_TABLE_ATTR_FIELD_ACL_RANGE_TYPE=2:SAI_ACL_RANGE_TYPE_L4_DST_PORT_RANGE,SAI_ACL_RANGE_TYPE_L4_SRC_PORT_RANGE|SAI_ACL_TABLE_ATTR_ACL_STAGE=SAI_ACL_STAGE_INGRESS|SAI_ACL_TABLE_ATTR_FIELD_DSCP=true 2022-03-24.11:39:27.223715|c|SAI_OBJECT_TYPE_ACL_ENTRY:oid:0x8000000000f30|SAI_ACL_ENTRY_ATTR_TABLE_ID=oid:0x7000000000ec5|SAI_ACL_ENTRY_ATTR_PRIORITY=9999|SAI_ACL_ENTRY_ATTR_ADMIN_STATE=true|SAI_ACL_ENTRY_ATTR_ACTION_COUNTER=oid:0x9000000000f2f|SAI_ACL_ENTRY_ATTR_FIELD_IN_PORTS=4:oid:0x1000000000003,oid:0x1000000000009,oid:0x100000000000a,oid:0x1000000000018|SAI_ACL_ENTRY_ATTR_ACTION_MIRROR_INGRESS=1:oid:0xe000000000f2e ``` As per...

Triaged

This is a suggestion. Scapy is a heavy python library designed for traffic testing. Scapy library executes a lot of code on import which affects the performance during startup

This is a test PR to verify that diff coverage is working properly. Do NOT merge

By default the metric for ipv6 static route is 1024. This makes it the routes learned via the internal bgp sessions inferior to the Ebgp routes. So make the metric...

chassis

**Description** SONiC maintains rif counter statistics in COUNTER_DB with the the help of 4 tables. They are needed for displaying packets/bytes as well as rates in tx/tx direction. These tables...

Performing the bellow commands will cause to inconsistency between ASIC and config DB. config acl add table -p Ethernet72 -s ingress DATAACL L3 config acl update full /tmp/56521_acl_file.json config acl...

According to https://github.com/Azure/SONiC/blob/master/doc/SONiC_202012_Release_Notes.md#evpnvxlan ARP and ND Suppression were added in the 202012 release, but on the current codebase (master) I do not see full implementation of ARP and ND Suppression...

**What I did** **Why I did it** **How I verified it** **Details if related**