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

Initialize port.m_autoneg from chip AN setting. **What I did** Initialize port.m_autoneg from chip AN setting. **Why I did it** Sinc the auto-negotiation status is initialized, update port.m_autoneg. **How I verified...

* [muxorch] Fixing bug with updateRoute and mux neighbors mux neighbors that were not the configured mux ip were being treated as active. bug was causing crash when neighbor was...

automerge

What I did Added support for SAI_SWITCH_STAT_PACKET_INTEGRITY_DROP, SAI_QUEUE_STAT_CREDIT_WD_DELETED_PACKETS stats counters for VOQ and Fabric type switches. Why I did it To read the drop counters

automerge

* Revamp module build script to make it work for 5.15 on Ubuntu 20.04 The current version of the script does not work at all when the host kernel is...

automerge

**What I did** Modified portmgr file to support dhcp limit **Why I did it** Updated portmgr.h, portmgr.cpp and portmgrut.cpp **How I verified it** Config_db & Appl_db will have these changes

**What I did** In portsorch layer ensure tunnel port_oper state is updated correctly after tunnel comes up. Additionally made changes so that 1) non L3 packets which gets encapsulated have...

…easing the RefCount Why I did it Mirror references port without increasing the RefCount. When creating a mirror, the port (Ethernet, PortChannel) is referenced as dst_port/src_port, but the number of...

why I did: 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...

why I did: the values cant't be got from COUNTERS and RATES table in counter_db as removing rounting interfaces what I did: checking the values are existing first, and then...

Why I did it Add static mac 00:00:00:01:01:01 to Ethernet1 (Vlan 100 member) and remove Ethernet1 from Vlan 100, then orchagent process would crash Jun 28 05:35:41.148167 DUT-1 ERR swss#orchagent:...