aboutsummaryrefslogtreecommitdiffstats
path: root/config/bandwidthd
Commit message (Collapse)AuthorAgeFilesLines
* bandwidthd - replace deprecated split with explodePhil Davis2012-10-311-1/+1
| | | | The split function is deprecated in PHP 5.3. For this simple use, the explode function does the same thing. http://forum.pfsense.org/index.php/topic,55187.0.html
* Fix inconsistent field namesPhil Davis2012-10-021-14/+10
| | | and default values, and some field description text.
* Fix inconsistent field namesPhil Davis2012-10-021-2/+5
|
* Bandwidthd skip_intervals typo prevented this param from being effective.Phil Davis2012-07-241-1/+1
|
* Put standard pfsense version check logic so it will default correctly for ↵Phil Davis2012-07-151-7/+16
| | | | | future versions of pfsense. Previously, promiscuous mode was always stuck on - the bandwidthd default is "promiscuous true" and the code assumed the default was "false". This fix always specifies promiscuous mode explicitly so that it does not matter what the default is, the setting will always follow whatever the user has selected in the GUI check box. See forum thread http://forum.pfsense.org/index.php/topic,50878.0.html
* Whoops, set proper architecture here.jim-p2012-06-231-1/+1
|
* Adapt bandwidthd to use the right dir on 2.1, work around the fact that you ↵jim-p2012-06-231-8/+17
| | | | can't specify a proper custom config path.
* Only print a subnet line for bandwidthd if it's a valid subnet, to avoid ↵jim-p2011-03-301-1/+2
| | | | generating an invalid configuration file.
* fix text on bandwidthdChris Buechler2011-03-061-2/+2
|
* fixed the chmod 077 to 0677lgcosta2011-03-061-1/+1
|
* Add support for multiple subnets custom on config formlgcosta2011-03-062-1/+15
|
* Do not pkg_deleteScott Ullrich2010-11-301-1/+0
|
* References aren't needed if you aren't modifying the new variable. Remove &.jim-p2010-10-051-1/+1
|
* fix text. cvstrac 1639Chris Buechler2010-08-072-3/+3
|
* mv packages to config dir to match web layoutBill Marquette2009-02-062-0/+354