You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I did
Update oper_status of LAG_TABLE in state_db (#3195) - Fix for #3192
How I did it
In teamSync::addLag method, update lag "oper_status" status in state_db.
Description:
TeamSync::addLag method only updates "admin_status" and "mtu" field to m_stateLagTable.
This will result in the "oper_status" value of LAG_TABLE in state_db remaining unchanged.
Steps to reproduce the issue:
Describe the results you received:
In appl_db,"oper_status" is "up".
In state_db,"oper_status" is "down".
Describe the results you expected:
The "oper_status" of LAG_TABLE in state_db keeps consistent with with it in appl_db.
The text was updated successfully, but these errors were encountered: