sonic-swss
sonic-swss copied to clipboard
SONiC Switch State Service (SwSS)
This is the master branch duplicate of PR #2137 - When orchagent receives a neighbor update with a zero MAC: - If the neighbor IP is configured for a specific...
Upstream new development on p4orch: 1. New actions in route manager: trap, set metadata. 2. New match attribute in ACL manager: ROUTE_DST_USER_META. 3. Bulk SAI call in route manager. 4....
Signed-off-by: liora **What I did** Remove skip of subinterface tests and remove rif loopback tests. **Why I did it** To see if rif loopback tests are the cause to the...
This change is enabling collections of fabric link counters as port and queue stats. Currently only fabric asics can be collected, so collection is disabled for switch asics. The reasons...
**What I did** Enhance getNeighborEntry to return neighbor entry for system neighbor **Why I did it** getNeighborEntry is not able to handle system neighbor today. This breaks features like Everflow...
Signed-off-by: Sakthivadivu Saravanaraj **What I did** Fixed the issues reported in https://github.com/Azure/sonic-buildimage/issues/11457 **Why I did it** getNeighborEntry: This function compares Neighbor alias with nexthop alias. Since the alias for nexthop...
Signed-off-by: Ze Gan **What I did** **Why I did it** **How I verified it** **Details if related**
**What I did** Fix Azure/sonic-buildimage[#8162](https://github.com/Azure/sonic-buildimage/issues/8162) Moved sairedis record file rotation logic out of flush() to fix issue. **Why I did it** Sairedis record file was not releasing the file handle...
**What I did** Change the Error reporting for API's addKernelRoute, addKernelNeigh from ERR to INFO as the code logic already deletes and retries the creation of Neigh/Route **Why I did...
Avoid processing portchannel subinterfaces in teamd **What I did** Fixes #11218 : https://github.com/Azure/sonic-buildimage/issues/11218 As per Subinterface HLD, portchannel subinterfaces once provisioned by intfmgrd, will be updated to STATE_DB LAG_TABLE. Teamd...