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
Fixing serial number read to get from DB if it is populated (sonic-net#1580)
#### What I did
Modified show version command to pick serial number from STATE_DB if it was populated instead of getting it from EEPROM.
#### How I did it
Check state_db to see if serial number EEPROM section is populated. If yes use the data from DB. If not, read it from the decode-syseeprom
0 commit comments