The following typo exists in cvs/src/sbin/pfctl/pfctl_qstats.c
My diff will need some modification as the file names will be
incomplete and the version number will need to be updated
- pfctl_qstats.c Tue Mar 11 05:53:28 2003
+++ /home/eric/pfctl_qstats.c Wed Apr 9 12:33:24 2003
@@ -290,7 +290,7 @@
return;
interval = calc_interval(&cur.timestamp, &last.timestamp);
- printf("[ measured: %7.1f packets/s, %s/s ]\n",
+ printf("[ packets/s: %7.1f measured: %s/s ]\n",
calc_pps(cur.data.cbq_stats.xmit_cnt.packets,
last.data.cbq_stats.xmit_cnt.packets, interval),
rate2str(calc_rate(cur.data.cbq_stats.xmit_cnt.bytes,
Thank you,
-- eric <emmf26@umr.edu>
Received on Wed Apr 9 13:39:22 2003
This archive was generated by hypermail 2.1.8
: Wed Aug 23 2006 - 13:29:53 EDT
|