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
[ycabled] fix minor appl_db retrieving logic for update (sonic-net#319)
Signed-off-by: vaibhav-dahiya [email protected]
This PR fixes the app DB access fix logic by updating the values causing some failures for ycabled's response for mux probe from linkmgrd.
This PR essentially fixes that logic, calling the correct method to access the app DB
self.appl_db -> self.table_helper.get_appl_db()
Description
Motivation and Context
How Has This Been Tested?
UT and deploying changes to kvm
Additional Information (Optional)
0 commit comments