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** **Why I did it** **How I verified it** **Details if related**

**What I did** Fixed a review comment for the commits made in PR #2553 **Why I did it** The original fix in PR #2553 deleted stale neighbor from APPL_DB and...

**What I did** Add change to update NPU_SI_SETTINGS_SYNC_STATUS based on NPU SI settings application status. **Why I did it** The change set is part of implementation of the HLD https://github.com/sonic-net/SONiC/pull/1432...

* Use json.hpp from nlohmann-json-dev instead of from swss-common This header file comes from an external package, and a very old version of the header file has been checked into...

Reproduce step: 1. breakout port ``` root@as7726-32x-2:/# config interface breakout Ethernet0 4x10G -f -y Running Breakout Mode : 1x100G[40G] Target Breakout Mode : 4x10G Ports to be deleted : {...

**What I did** This PR adds support for the DHCP_L2 trap types. **Why I did it** It appears that these traps are needed on Innovium SAI in order for DHCP...

**What I did** Fix the gcov coverage xml empty issue **Why I did it** No coverage info in coverage.xml **How I verified it** **Details if related**

Description: 1. When executing warm-reboot continuously, the orchagent cannot finish pre-warm task within 10 secs. 2. And then, the orchagent will be frozen by "second" warm restart. 3. In order...

Root cause: Failed to remove bridge port becasue reference count is not 0 Solution: 1. put DEL task into m_toSync, when portsorch failed to remove bridge port 2. if port...

Description: 1. If the SAI_COUNTER_STAT_PACKETS field in the COUNTERS table in the counter db is 0, it will be calculated as a Boolean value by trap_rates.lua, resulting in a script...