mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
31 lines
767 B
Text
31 lines
767 B
Text
{
|
|
"ifname": "eth4",
|
|
"tx_priority_q": -1,
|
|
"tx_bytes": 0,
|
|
"tx_packets": 0,
|
|
"tx_broadcast_packets": 0,
|
|
"tx_multicast_packets": 0,
|
|
"tx_crc_error_packets": 0,
|
|
"tx_undersize_packets": 0,
|
|
"tx_oversize_packets": 0,
|
|
"tx_packets_64bytes": 0,
|
|
"tx_packets_65to127bytes": 0,
|
|
"tx_packets_128to255bytes": 0,
|
|
"tx_packets_256to511bytes": 0,
|
|
"tx_packets_512to1023bytes": 0,
|
|
"tx_packets_1024to1518bytes": 0,
|
|
"rx_bytes": 0,
|
|
"rx_packets": 0,
|
|
"rx_broadcast_packets": 0,
|
|
"rx_multicast_packets": 0,
|
|
"rx_crc_error_packets": 0,
|
|
"rx_undersize_packets": 0,
|
|
"rx_oversize_packets": 0,
|
|
"rx_packets_64bytes": 0,
|
|
"rx_packets_65to127bytes": 0,
|
|
"rx_packets_128to255bytes": 0,
|
|
"rx_packets_256to511bytes": 0,
|
|
"rx_packets_512to1023bytes": 0,
|
|
"rx_packets_1024to1518bytes": 0
|
|
}
|
|
|