mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
- fix paste'o which i overlooked when applying dalias' fmt stuff.
This commit is contained in:
parent
a8e2760924
commit
214744dba1
@ -2001,7 +2001,7 @@ static void ife_print(struct interface *ptr)
|
|||||||
ptr->stats.tx_packets, ptr->stats.tx_errors,
|
ptr->stats.tx_packets, ptr->stats.tx_errors,
|
||||||
ptr->stats.tx_dropped, ptr->stats.tx_fifo_errors,
|
ptr->stats.tx_dropped, ptr->stats.tx_fifo_errors,
|
||||||
ptr->stats.tx_carrier_errors);
|
ptr->stats.tx_carrier_errors);
|
||||||
printf(" collisions:%lu "), ptr->stats.collisions;
|
printf(" collisions:%lu ", ptr->stats.collisions);
|
||||||
if (can_compress)
|
if (can_compress)
|
||||||
printf("compressed:%lu ", ptr->stats.tx_compressed);
|
printf("compressed:%lu ", ptr->stats.tx_compressed);
|
||||||
if (ptr->tx_queue_len != -1)
|
if (ptr->tx_queue_len != -1)
|
||||||
|
Loading…
Reference in New Issue
Block a user