Project

General

Profile

« Previous | Next » 

Revision b5a8483c

Added by Seth Mos over 16 years ago

Move command line after comment

View differences:

etc/inc/pfsense-utils.inc
3517 3517
	}
3518 3518

  
3519 3519
	/* Use pfctl for non wrapping 64 bit counters */
3520
	/* Pass */
3521 3520
	exec("/sbin/pfctl -vvsI -i {$ifinfo['if']}", $pfctlstats);
3521
	/* Pass */
3522 3522
	$pf_in4_pass = preg_split("/ +/ ", $pfctlstats[3]);
3523 3523
	$pf_out4_pass = preg_split("/ +/", $pfctlstats[5]);
3524 3524
	$in4_pass = $pf_in4_pass[5];

Also available in: Unified diff