sonic-swss icon indicating copy to clipboard operation
sonic-swss copied to clipboard

SONiC Switch State Service (SwSS)

Results 377 sonic-swss issues
Sort by recently updated
recently updated
newest added

Root cause: When fdb flush was issued after adding a static mac, the mac was deleted due to the flush. Then when we try to remove the static mac, it...

Signed-off-by: Michał Mysłek What I did Adding the dynamic headroom calculation support for Barefoot platforms. Why I did it Enabling dynamic mode for barefoot case. How I verified it The...

**What I did** When teammgrd/teamsyncd exits -- return FAILURE so that supervisord catch it and teamd docker is restarted. **Why I did it** Fixes https://github.com/Azure/sonic-buildimage/issues/10534 I have seen this in...

In copporch.cpp there uses below two trap id map for dhcp , should we use DHCP L2 trap instead (https://github.com/opencomputeproject/SAI/pull/1118) for dhcp relay support ? Thanks {"dhcp", SAI_HOSTIF_TRAP_TYPE_DHCP}, {"dhcpv6", SAI_HOSTIF_TRAP_TYPE_DHCPV6},

Specify the address family when dump getNeigh netlink Signed-off-by: inspursdn **What I did** Specify the address family when dump getNeigh netlink **Why I did it** The original code cannot dump...

[ June/10] Per Junhua/Judy: The config/show macsec commands are not yet enhanced for multi-asic, it needs to support the namespace parameter. [ June/10] Shyam's update : As we discussed in...

**What I did** **Why I did it** **How I verified it** **Details if related**

**What I did** Change buffermgrd LUA scripts to read BUFFER_POOL and BUFFER_PROFILE config from both config DB and profile DB. **Why I did it** BUFFER_POOL and BUFFER_PROFILE config are generated...

What I did Removed the dependency on the "Ethernet" string in the SONiC code base and added support for extending the front panel port name pattern. How I did it...

**What I did** Add a parameter to help upgrading distribution. **Why I did it** In future we will use bullseye distribution. Add a parameter makes it clear when upgrading distribution....