summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-12-16 08:06:50 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-12-16 08:06:50 +0000
commitb5a8483ccd2d49b87db46132304fd75f978d3a55 (patch)
treee81820573629fd8c0115d376bd17fa95973d1aec /etc/inc/pfsense-utils.inc
parent80bd9eafbf45615cea2b2bfae4f44e798174a18b (diff)
downloadpfsense-b5a8483ccd2d49b87db46132304fd75f978d3a55.zip
pfsense-b5a8483ccd2d49b87db46132304fd75f978d3a55.tar.gz
Move command line after comment
Diffstat (limited to 'etc/inc/pfsense-utils.inc')
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 0d7dc82..63f8c94 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -3517,8 +3517,8 @@ function get_interface_info($ifdescr) {
}
/* Use pfctl for non wrapping 64 bit counters */
- /* Pass */
exec("/sbin/pfctl -vvsI -i {$ifinfo['if']}", $pfctlstats);
+ /* Pass */
$pf_in4_pass = preg_split("/ +/ ", $pfctlstats[3]);
$pf_out4_pass = preg_split("/ +/", $pfctlstats[5]);
$in4_pass = $pf_in4_pass[5];
OpenPOWER on IntegriCloud