sonic-net / sonic-sairedis

SAI object interface to Redis database, as used in the SONiC project
Other
56 stars 270 forks source link

Fix default fdb flush attribute to be obtained from metadata #1315

Closed kcudnik closed 10 months ago

kcudnik commented 1 year ago

This value https://github.com/sonic-net/sonic-sairedis/blob/master/syncd/Syncd.cpp#L609 is hardcoded, and should be obtained from metadata

kcudnik commented 1 year ago

related to https://github.com/opencomputeproject/SAI/pull/1918

kcudnik commented 1 year ago

fixed here : https://github.com/sonic-net/sonic-sairedis/pull/1317