- Timestamp:
- 02/05/19 12:01:04 (2 years ago)
- Branches:
- develop
- Children:
- a86d10e
- Parents:
- 4c88365
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_erf.c
r0cc91ee r6f6fcbb 968 968 case (ERF_PROV_CPU_NUMA_NODES): return "CPU NUMA Nodes"; 969 969 case (ERF_PROV_DAG_VERSION): return "DAG Software Version"; 970 case (ERF_PROV_IF_NUM): return " Number";971 case (ERF_PROV_IF_SPEED): return " Speed";972 case (ERF_PROV_IF_IPV4): return "I Pv4";973 case (ERF_PROV_IF_IPV6): return "I Pv6";974 case (ERF_PROV_IF_MAC): return " MAC";970 case (ERF_PROV_IF_NUM): return "Interface Number"; 971 case (ERF_PROV_IF_SPEED): return "Interface Speed"; 972 case (ERF_PROV_IF_IPV4): return "Interface IPv4"; 973 case (ERF_PROV_IF_IPV6): return "Interface IPv6"; 974 case (ERF_PROV_IF_MAC): return "Interface MAC"; 975 975 case (ERF_PROV_IF_SFP_TYPE): return "Transceiver Type"; 976 976 case (ERF_PROV_IF_LINK_STATUS): return "Link Status";
Note: See TracChangeset
for help on using the changeset viewer.