diff options
author | Seth Mos <seth.mos@xs4all.nl> | 2008-12-16 08:06:50 +0000 |
---|---|---|
committer | Seth Mos <seth.mos@xs4all.nl> | 2008-12-16 08:06:50 +0000 |
commit | b5a8483ccd2d49b87db46132304fd75f978d3a55 (patch) | |
tree | e81820573629fd8c0115d376bd17fa95973d1aec /etc/inc/pfsense-utils.inc | |
parent | 80bd9eafbf45615cea2b2bfae4f44e798174a18b (diff) | |
download | pfsense-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.inc | 2 |
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]; |