sonic-swss
sonic-swss copied to clipboard
SONiC Switch State Service (SwSS)
**What I did** Read switch_id of fabric switch from config_db **Why I did it** Fix https://github.com/sonic-net/sonic-buildimage/issues/18558 **How I verified it** **Details if related**
**What I did** Change log level from ERR to WARN for pfc asym not supported **Why I did it** To address issue reported in https://migsonic.atlassian.net/browse/MIGSMSFT-473 **How I verified it** Load...
HLD: https://github.com/sonic-net/SONiC/pull/1620 **What I did** Extended fpmsyncd to process Netlink TLVs containing SRv6 information (SRv6 local SIDs and routes). **Why I did it** fpmsyncd did not process Netlink TLVs containing...
**What I did:** Add a new port attribute loopback_mode to PORT_TABLE in CONFIG_DB. Portsorch will use the enum value to set the sai attribute SAI_PORT_ATTR_LOOPBACK_MODE. **Why I did it:** This...
**What I did** Relax the restrictions on the arp_ignore global settings, and support a new field that allows dynamic modification of arp_ignore for different interfaces. **Why I did it** arp_ignore...
**What I did** It was harmless unless there were too many messages indicating the depending buffer pools and profiles on some certain platforms, which triggers the syslog rate limit. Signed-off-by:...
In https://github.com/sonic-net/sonic-swss/pull/3052 2 new fields were added the `PORT_TABLE` in `APPL_DB`: `last_down_time` and `last_up_time`. But their value was generated with `std::ctime` which includes a newline character at the end of...
In https://github.com/sonic-net/sonic-swss/pull/3052 there were two new fields added `last_up_time` and `last_down_time`. But both were added with a new line character at the end. This caused messy output generated from `sonic-db-cli`:...
**What I did** During port initialization, we now set Host Tx Ready key-val to DB using "hset()" instead of using the new function "setHostTxReady()" **Why I did it** Port must...
hld:https://github.com/sonic-net/SONiC/pull/1446 depends-on:https://github.com/sonic-net/sonic-swss-common/pull/813