sonic-swss
sonic-swss copied to clipboard
SONiC Switch State Service (SwSS)
- 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...
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...
Fixes for various OA crashes derived from intf-overlapping and activation of link-local forwarding
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**...
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**
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...