From ae9cba571824cc4405935a33fe9ee3424daff694 Mon Sep 17 00:00:00 2001 From: Sonic Build Admin Date: Thu, 4 Jun 2026 17:49:40 +0000 Subject: [PATCH] Add link event damping support Modified the LUA script to include link damping configs CLIs. Errors were logged without this modification and confirmed that errors are not showing after the fix. Signed-off-by: Sonic Build Admin --- common/consumer_table_pops.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/consumer_table_pops.lua b/common/consumer_table_pops.lua index d829fb9df..db3f9b2e2 100644 --- a/common/consumer_table_pops.lua +++ b/common/consumer_table_pops.lua @@ -93,7 +93,8 @@ for i = n, 1, -3 do op == 'stats_capability_query' or op == 'stats_capability_response' or op == 'stats_st_capability_query' or - op == 'stats_st_capability_response' then + op == 'stats_st_capability_response' or + op == 'link_event_damping_config_set' then -- do not modify db entries when spotted those commands, they are used to -- trigger actions or get data synchronously from database