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 PR is accompanied by https://github.com/sonic-net/sonic-swss-common/pull/889 and https://github.com/sonic-net/sonic-utilities/pull/3397 **What I did** Validate interface name length does not exceed the limitation of IFNAMSIZ to align to kernel restrictions. This PR covers...

**What I did** When port-break-out is created (new ports are created in SAI), Remove the vlan member for the [new-break-out-port, default-vlan] and default bridge port created for the new break-out...

**What I did** Backport https://github.com/sonic-net/sonic-swss/pull/3136 to 202205. **Why I did it** **How I verified it** **Details if related**

### Description of PR Cherry-pick https://github.com/sonic-net/sonic-swss/pull/3161 to 202305 PRs [#18499](https://github.com/sonic-net/sonic-buildimage/pull/18499) / [#19314](https://github.com/sonic-net/sonic-buildimage/pull/19314) Added support for subport values to be automatically calculated and inserted on creation of config_db.json. This change succeeds...

After configuring QOS and ENI, we are not able to update any of the configured objects. No logs are seen on sairedis.rec log logs on swss.rec during ENI update: `2024-06-16.09:53:43.568382|DASH_ENI_TABLE:001111110001|SET|pb:...

**What I did** Resync the original SAG support to latest master branch: https://github.com/sonic-net/sonic-swss/pull/1974 - Add SAG support in intfmgr and intforch - Add support for SAG mac-address related IPv6 link-local...

**What I did** Support allocate buffer pool size based on percentage of available memory by `percentage` field in `BUFFER_POOL` table. It is used in the dynamic buffer model only and...

Hi all, I'm sorry if the location of the question is wrong. Checking the source` "orchagent - m cc: 37: ab: c 8: 54: 0 c"` seems to change the...

#### Description: TeamSync::addLag method only updates "admin_status" and "mtu" field to m_stateLagTable. ```c++ bool lag_update = true; /* Return when the team instance has already been tracked */ if (m_teamSelectables.find(lagName)...

* When a member link in a single-member portchannel goes down, update the portchannel state nexthop group members quicker to enable faster NHG update and route convergence after link flap....