Skip to content

Commit

Permalink
[xcvrd] Save the dom_capability of transceiver into db
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanyu99 committed Jul 24, 2020
1 parent 029d5a5 commit e3d7865
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sonic-xcvrd/scripts/xcvrd
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@ def post_port_sfp_info_to_db(logical_port_name, table, transceiver_dict,
('cable_length',port_info_dict['cable_length']),
('specification_compliance',port_info_dict['specification_compliance']),
('nominal_bit_rate',port_info_dict['nominal_bit_rate']),
('application_advertisement',port_info_dict['application_advertisement'])])
('application_advertisement',port_info_dict['application_advertisement']),
('dom_capability',port_info_dict['dom_capability'])])
table.set(port_name, fvs)
else:
return SFP_EEPROM_NOT_READY
Expand Down

0 comments on commit e3d7865

Please sign in to comment.