mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
The "systat -ifstat" command was using a u_int to store byte counters. With a 10Gbps or faster interface, this overflows within the default 5 second refresh period. Switch to using a uint64_t across the board, which matches the size used for all counters as of r263102. PR: 182448 MFC after: 1 week Sponsored by: Sandvine Inc |
||
|---|---|---|
| .. | ||
| cmds.c | ||
| cmdtab.c | ||
| convtbl.c | ||
| convtbl.h | ||
| devs.c | ||
| devs.h | ||
| extern.h | ||
| fetch.c | ||
| icmp.c | ||
| icmp6.c | ||
| ifcmds.c | ||
| ifstat.c | ||
| iostat.c | ||
| ip.c | ||
| ip6.c | ||
| keyboard.c | ||
| main.c | ||
| Makefile | ||
| mode.c | ||
| mode.h | ||
| netcmds.c | ||
| netstat.c | ||
| pigs.c | ||
| swap.c | ||
| systat.1 | ||
| systat.h | ||
| tcp.c | ||
| vmstat.c | ||