sonic-swss
sonic-swss copied to clipboard
SONiC Switch State Service (SwSS)
Description: porting:solve cid38603 issue **What I did** **Why I did it** **How I verified it** **Details if related**
For port counters, flex counters need to be enabled to have the counters. If not, the CounterCheckOrch will keep printing warning logs about could not receive counters. There are 4...
Orchagent produces errors from meta_generic_validation_remove()/meta_sai_validate_eni_ether_address_map_entry() when removing an ENI: ``` NOTICE swss#swssconfig: :- main: Loading config from JSON file:/dash_basic_config.json... NOTICE swss#orchagent: :- removeApplianceEntry: Removed vip and direction lookup entries for...
**What I did** Added support for link event damping in SWSS. Required Syncd PR: https://github.com/sonic-net/sonic-sairedis/pull/1297 CLI PR: https://github.com/sonic-net/sonic-utilities/pull/3001 HLD: https://github.com/sonic-net/SONiC/blob/master/doc/link_event_damping/Link-event-damping-HLD.md **Why I did it** **How I verified it** Use the...
Support CLI option to configure pfc_encrypt mode by user. This will help in future deployments ``` pfc_encryption_mode = "bypass" / "encrypt" / "strict_encrypt" ; The behavior to PFC frames. ;...
To do the following to support backward compatibility for macsec CAK primary and fallback keys: > Add a config_db attribute to control the key type if it is text based...
Replaced by -z parameter **What I did** Remove depreciated parameter **Why I did it** To simplify the code and use new params **How I verified it** Locally **Details if related**
**What I did** HLD: [SRv6 VPN HLD for 202305 release](https://github.com/sonic-net/SONiC/pull/1252) **Why I did it** This PR is to support SRv6 VPN functions It depends on SAI 1.12. [opencomputeproject/SAI #1744](https://github.com/opencomputeproject/SAI/commit/440f3c750cbca88c309c52610be0d7d7c0330cfc) **How...
**What I did** Set unreachable default route to isolate user Vrf and default Vrf **Why I did it** In cases where there is no next hop found in the user...
Hi, I am trying to run Docker Virtual Switch image following references from community GIThub link https://github.com/sonic-net/sonic-buildimage/blob/master/platform/vs/README.vsdocker.md . Then facing an error as below. Please suggest. Steps: Clone 202305 branch...