Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add str conversion for numeric xcvr info fields to xcvrd (#200)
Converted nominal_bit_rate and cable_length fields from the sfp transceiver info dict into str in post_port_sfp_info_to_db. The documentation for get_transceiver_info in SfpBase indicates that these field values should be integers. However, only string values can be passed into swsscommon.FieldValuePairs. Therefore, a string conversion is needed.
- Loading branch information