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 Use the Identify attribute to fix the issue that view comparison for LAG [Azure/SONiC#354](https://github.com/Azure/sonic-sairedis/issues/354) - How I did it Add SAI_LAG_ATTR_NAME to identify the LAG. It...

**What I did** Previous implement: Mclagsyncd read MACs from ASIC_DB every 1 minute, and notify the MAC changes to ICCPd. FDB entries learned from MC-LAG enabled port-channel will be synced...

- Clarify existing docs - Add development guide - Clean up docstrings Signed-off-by: Danny Allen **What I did** **Why I did it** **How I verified it** **Details if related** WORK...

Enhancement :heavy_plus_sign:
Testing

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

**What I did** Cherry pick https://github.com/sonic-net/sonic-swss/pull/2981 **Why I did it** **How I verified it** **Details if related**

**What I did** Implemented the TWAMP Light feature according to the SONiC TWAMP Light HLD(https://github.com/sonic-net/SONiC/pull/1320). **Why I did it** Part of the TWAMP Light feature support. **How I verified it**...

**What I did** Apply port speed again after disabling port AN. In PortsOrch, when autonegotiation is disabled for a port, this PR ensures that the port speed is updated correctly....

**What I did** Fix flow counter out-of-order issue by notifying counter operations using SelectableChannel Depends on https://github.com/sonic-net/sonic-sairedis/pull/1362 **Why I did it** Currently, the operations of SAI objects and their counters...

**What I did** Add force option to the unisolate link command, so users can make the links not isolate if they want. depends on https://github.com/sonic-net/sonic-buildimage/pull/18447 **Why I did it** **How...

**What I did** Support ASIC/SDK health event 1. Initialization - Fetch capabilities and expose to STATE_DB - Register the event handler and categories for each severity when supported 2. Handle...