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

This update adds support for the sai_dbg_gen_dump API, enabling the generation of a debug dump file by the SAI when there is no SAI failure. For scenarios involving SAI failures,...

SWSS when applying CA to PA configuration for the PL feature adds extra `SAI_OUTBOUND_CA_TO_PA_ENTRY_ATTR_OVERLAY_DMAC` and `SAI_OUTBOUND_CA_TO_PA_ENTRY_ATTR_USE_DST_VNET_VNI` attributes that are irrelevant attributes that causes SAI validation failure: ``` 2024-09-11.12:15:03.414891|c|SAI_OBJECT_TYPE_VIP_ENTRY:{"switch_id":"oid:0x21000000000000","vip":"10.2.0.1"}|SAI_VIP_ENTRY_ATTR_ACTION=SAI_VIP_ENTRY_ACTION_ACCEPT 2024-09-11.12:15:03.429397|c|SAI_OBJECT_TYPE_DIRECTION_LOOKUP_ENTRY:{"switch_id":"oid:0x21000000000000","vni":"4321"}|SAI_DIRECTION_LOOKUP_ENTRY_ATTR_ACTION=SAI_DIRECTION_LOOKUP_ENTRY_ACTION_SET_OUTBOUND_DIRECTION 2024-09-11.12:15:03.432452|C|SAI_OBJECT_TYPE_VNET||oid:0xe00800000001d|SAI_VNET_ATTR_VNI=45654...

Checking to see if this change causes known failure in vstest Reverts sonic-net/sonic-swss#3250

**What I did** Set the Lag member state to enable/disable when the macsec session on the lag member interface go up/down. **Why I did it** Usually when macsec session goes...

**What I did** [intfmgrd] Flush IPv4 link local neighbors while removing router intf **Why I did it** When removing the router interface, ensure to also flush the IPv4 Link-Local neighbors....

**What I did** Allow to add Subport without vlan argument **Why I did it** The alias of subport already contains the VLAN ID information. If no vlan be specified in...

#### What I did Add/Delete IPv6 link-local route to me in VRF when VRF add/delete to trap packet to CPU #### Why I did it The IPv6 link-local address can't...

in addLagMember and removeLagMember, it needs to check if the interface has child port, besides current checking on lag.m_bridge_port_id. The issue is seen when a LAG member is added after...

The test code in this repo doesn't appear to clean up resources as soon as they're done. In this case, resources refers to the number of open file descriptors. This...