sonic-swss
sonic-swss copied to clipboard
SONiC Switch State Service (SwSS)
New p4orch development changes. This is the first PR for upstreaming the recent P4Orch changes (has been a while since the last time). The main changes include: 1. Add new...
**What I did** Extended `PortsOrch` to process the attributes required for Path Tracing. **Why I did it** This PR is required for the SRv6 Path Tracing Midpoint feature. HLD: https://github.com/sonic-net/SONiC/pull/1456...
Added a check in NeighOrch::addVoqEncapIndex to validate if the there is a key called "no-host-route" in the DB. If there is one then treat that neighbor entry with SAI_NEIGHBOR_ENTRY_ATTR_NO_HOST_ROUTE. Justification...
#### What I did Implemented aggregate VOQ counters support according to aggregate VOQ counters HLD [#1578](https://github.com/sonic-net/SONiC/pull/1587) #### Why I did it Part of aggregate VOQ counter feature support [#1543](https://github.com/sonic-net/SONiC/issues/1543) ####...
When we send a DASH config to a gnmi server, the order in which the configuration arrives to the orchagent is not defined. This is an issue for ACL configuration,...
BFD configuration can specify ifname when creating the session or it can be set to default. When non default ifname is set, the attribute SAI_BFD_SESSION_ATTR_PORT will be programmed. However SAI...
when ACL is bound to VLAN interface and then user saves config and gives reboot. ACL will not work. **What I did** ISSUE: when ACL is bound to VLAN interface...
**What I did** Implementing code changes for https://github.com/sonic-net/SONiC/pull/1425 **Why I did it** add nexthop group feature to fpmsyncd. **How I verified it** ### enable/disable nexthop group feature - Klish will...
**What I did** - Implement SAI attributes needed for private link **Why I did it** **How I verified it** **Details if related**
* New flex counter group for per-Queue WRED and ECN statistics * New flex counter group for per-Port WRED and ECN statistics Signed-off-by: [email protected] **What I did** WRED and ECN...