sonic-swss
sonic-swss copied to clipboard
SONiC Switch State Service (SwSS)
**Why I did it** Unlock erspan capability on td3 and beyond that supports erspan ipv6 encap. **What I did** **How I verified it** 1. Extend `test_MirrorAddSetRemove`, `test_MirrorToVlanAddRemove`, `test_MirrorToLagAddRemove`, `test_MirrorDestMoveVlan`, `test_MirrorDestMoveLag`...
**What I did** fix mclagysncd server socket read fail **Why I did it** if socket read fail, mclagsyncd can't communicate with iccpd, the whole mlag can't work **How I verified...
Signed-off-by: Prabhu Sreenivasan HLD: https://github.com/Azure/SONiC/pull/743 **What I did** Adds QOS queues for CPU port. **Why I did it** To support watermark stats on CPU queues. **How I verified it** Query...
Hi, This [link](https://github.com/Azure/sonic-swss/blob/master/doc/Configuration.md#port-qos-map) provides configuration on how to attach qos map to a port. Assume I already attached a dscp_to_tc_map to a port. e.g: ``` { "PORT_QOS_MAP": { "Ethernet50": {...
**What I did** **Why I did it** **How I verified it** **Details if related**
**What I did** Skip SET operation if DEL operation fails in a DEL+SET sequence. **Why I did it** To handle the case of DEL+SET sequence when DEL operation fails, which...
**What I did** we have added check to avoid the user tunnel be removed earlier than local vtep, and this patch is to add to check the vlan vni map...
**What I did** 1.Set tunnel id to saiOidToAlias for support update tunnel status. 2. if create tunnel port successfully notify change tunnel port status from down to up **Why I...
We tried to enable zmq for sync mode. We tested in docker-sonic-vs but found that orchagent was still using Redis (while syncd could successfully use zmq). We can see the...
**What I did** Increase vlan fdbcount when the fdbentry doesn't exist and receive port move event. **Why I did it** receive port move event, but the mac doesn't exist on...