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
trafficstars

- Added new stpmgr for STP config handling - Added changes in orchagent for STP programming via SAI APIs **What I did** - Added new stpmgr under cfgmgr for handling...

Enhancement :heavy_plus_sign:

Number of times a link got reset(up/down) has been added under this change, also the last flap timestamp for the link has also been added, they will be updated once...

Enhancement :heavy_plus_sign:

Fixes for various OA crashes derived from intf-overlapping and activation of link-local forwarding From a functional standpoint, these are the changes made in this PR: - Add sanity-checking logic to...

**What I did** Add two extra options to the test runner: 1. Change orchagent log level 2. Save logs after each test to a host machine **Why I did it**...

Enhancement :heavy_plus_sign:

Signed-off-by: Wenda Ni **What I did** **Why I did it** Be consistent with `dvs_acl.create_acl_table` ``` table_attrs = { "policy_desc": table_name, "type": table_type, "ports@": ",".join(ports) } ``` **How I verified it**...

**What I did** Fix the apt permission issue **Why I did it** **How I verified it** **Details if related**

ci

Submission containing materials of a third party: Copyright Google LLC; Licensed under Apache 2.0 Co-authored-by: Glenn Connery Co-authored-by: Yilan Ji Co-authored-by: Runming Wu Signed-off-by: Don Newton [email protected] **What I did**...

Signed-off-by: Masaru OKI **What I did** Fix for issue: Azure/sonic-buildimage#8831 **Why I did it** When created new VRF, IPv6 link local route is not installed for the VRF. It causes...

* Replaced occurences of assert(hasNextHop()) with .at() calls to avoid bugs in release Signed-off-by: Alexandru Banu **What I did** I've changed `assert(hasNextHop())` calls with `map::at()` calls. **Why I did it**...

**Why I did it** Sub port interface inherits mtu from parent port. This should hold for both kernel and SAI/ASIC. At kernel side, decreasing parent port mtu, sub port interface...