summaryrefslogtreecommitdiffstats
path: root/usr/local/www/ifstats.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/ifstats.php')
-rw-r--r--usr/local/www/ifstats.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/ifstats.php b/usr/local/www/ifstats.php
index 76fefa5..6953bcd 100644
--- a/usr/local/www/ifstats.php
+++ b/usr/local/www/ifstats.php
@@ -74,6 +74,6 @@
$temp = gettimeofday();
$timing = (double)$temp["sec"] + (double)$temp["usec"] / 1000000.0;
- echo "$timing|" . $ifinfo['inbytes'] . "|" . $ifinfo['outbytes'] . "\n";
+ echo "$timing|" . $ifinfo['outbytes'] . "|" . $ifinfo['inbytes'] . "\n";
?> \ No newline at end of file
OpenPOWER on IntegriCloud