File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -82,13 +82,13 @@ module Format = struct
82
82
v.total_packet_count v.total_byte_count v.flow_count
83
83
84
84
let portStats fmt v =
85
- fprintf fmt " @[{@[@ port_no=%d@ \
86
- rx_packets=%Ld@ tx_packets=%Ld@ \
87
- rx_bytes=%Ld@ tx_bytes=%Ld@ \
88
- rx_dropped=%Ld@ tx_dropped=%Ld@ \
89
- rx_errors=%Ld@ tx_errors=%Ld@ \
90
- rx_frame_err=%Ld@ rx_over_err=%Ld@ rx_crc_err=%Ld@ \
91
- collisions=%Ld@]}@]"
85
+ fprintf fmt " @[{@[port_no=%d@ \
86
+ rx_packets=%Ld@ tx_packets=%Ld@ \
87
+ rx_bytes=%Ld@ tx_bytes=%Ld@ \
88
+ rx_dropped=%Ld@ tx_dropped=%Ld@ \
89
+ rx_errors=%Ld@ tx_errors=%Ld@ \
90
+ rx_frame_err=%Ld@ rx_over_err=%Ld@ rx_crc_err=%Ld@ \
91
+ collisions=%Ld@]}@]"
92
92
v.port_no
93
93
v.rx_packets v.tx_packets
94
94
v.rx_bytes v.tx_bytes
You can’t perform that action at this time.
0 commit comments