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

Signed-off-by: Prabhu Sreenivasan **What I did** Added switch capability support where Orchagent queries the switch for the list of supported objects (SAI_SWITCH_ATTR_SUPPORTED_OBJECT_TYPE_LIST) and identifies the capabilities / features supported by...

brcm-upstream

Signed-off-by: Danny Allen **What I did** I updated the `DVSDatabase` to refer to DBs by name and depend on the database config as opposed to manually providing the IDs and...

Enhancement :heavy_plus_sign:
DVS :star:

**What I did** Add a reference count to ensure that the FDB is not added or deleted during FDB flush. **Why I did it** In the mclag scenario, restart one...

Signed-off-by: Rupesh Kumar Updated Configuration.md with Mirror tables. Please refer for code commit. https://github.com/Azure/sonic-swss/pull/1314

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

**What I did** Add ref_count of router interfaces for vnet. **Why I did it** Due to sequence problems or other reasons, deleting a vnet earlier than deleting the interface bound...

Changes: -- new API runcmd_interactive to execute a command in interactive mode. Usage: Say in a Test, we want to run "config save" and want to pass confirmation later. Signed-off-by:...

* accept 'disable' as a indicator which means to skip teamd warmboot reconciliation * if skip teamd reconciliation (timer 9999 is set), then teamd behaves as as cold boot *...

**What I did** Updated the schema to include PORT_INDEX_TABLE **Why I did it** https://github.com/Azure/sonic-buildimage/pull/4794 **How I verified it** Checked the md file preview. **Details if related**

vlan type - data/mananagement/control PR : https://github.com/Azure/sonic-utilities/pull/956 Purpose is to identify the vlan type. This is optional configuration. If not set, it will be treated as regular ("data") vlan (current...