summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/shaper.inc
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #7231Steve Beaver2017-02-201-0/+14
| | | | This avoids the problem rather than fixing it by requiring the user to remove any queues from the if before deleting
* Remove HTML from translated shaper setHelpPhil Davis2017-02-051-10/+11
| | | and sections must not be translated - examples of IP address formats 255.255.255.255 and so on.
* Require Name field in ShaperPhil Davis2017-01-241-4/+4
|
* Correct part of #6779Steve Beaver2016-11-071-1/+2
| | | | Setting input "step" value to "any" alows hte element to accept decimal (float) values, not just integers.
* OpenBSD removed the pf FAQ page for shaping, so link to the proper page on ↵jim-p2016-11-041-4/+4
| | | | archive.org since they offer no current equivalent and no other suitable replacement page is immediately available. Fixes #6781
* Rework captive portal to run with stock IPFW (round 1)Renato Botelho2016-10-241-2/+2
| | | | | | - Remove use of IPFW context - Create a rule that will skip to proper rule for each cp zone - Use new PHP module functions wherever is possible
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Allow section header to be omitted by specifying "NOTITLE" as the section title.Stephen Beaver2016-07-181-1/+1
|
* Fixed #6437Stephen Beaver2016-07-181-0/+2
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-1/+1
|
* Review license / copyright on all files (1st round)Renato Botelho2016-07-141-43/+42
|
* Set pipe_slot_limit to the maximum configured qlimit value. Move the ↵Chris Buechler2016-06-281-5/+13
| | | | set_sysctl out if the block where it only gets run if dummynet isn't already loaded. Ticket #6553
* Clean up limiter text. Remove old commented out bit.Chris Buechler2016-06-281-16/+7
|
* Customize limiter info messagePhil Davis2016-05-151-3/+8
| | | | The $dn_default_shaper_msg is what is displayed on the Limiters tab. It needs to talk about "limiter" rather than "queue". This code builds up each message using the same base template sentences, inserting "queue" or "limiter" in the appropriate place.
* Miscellaneous Textual Correction - Firewall / ShaperNOYB2016-05-071-7/+7
|
* Fix trivial GUI typo.Ben Cook2016-04-191-1/+1
| | | TRB should be TBR for "Token Bucket Regulator".
* Includes - Remove PersonalizationsNOYB2016-04-041-13/+13
| | | | Remove "you" personalizations.
* Fix the sum of child bandwidth.Luiz Otavio O Souza2016-03-281-176/+83
| | | | | | | | Now percentages are correctly handled. Remove commented and unused old code supposed to do the same. Ticket #5721
* Disable the check of subqueues bandwidth until it is fixed.Luiz Otavio O Souza2016-03-241-7/+9
| | | | Ticket #5721
* Pass the correct variable to get_interface_bandwidth(). Fixes the boot ↵Luiz Otavio O Souza2016-03-231-5/+1
| | | | | | | crash reported by JimP. Spotted by: Jorge Oliveira Ticket #5721
* Band-aid to stop this from breaking the firewall. Ticket #5721jim-p2016-03-231-0/+4
|
* Add paren here for clarity, suggested by Phil Davis.Chris Buechler2016-03-231-1/+1
|
* Force the existence of bandwidth on root queue.Luiz Otavio O Souza2016-03-221-0/+62
| | | | | | | | | | If the bandwidth is not set the speed of root queue is set by media status. In this case a ruleset which contains queues with speeds higher than 100Mb/s will fail to be loaded when the root interface is connected to a fast ethernet port (100Mb/s) - but works fine on a gigabit ethernet port. With the root queue bandwidth, sum the bandwidth of all subqueues to make sure we do not produce a broken ruleset. Ticket #5721
* More icon/button inconsistencies. Ticket #5965jim-p2016-03-101-15/+13
|
* Internationalize etc inc i through sPhil Davis2016-02-181-7/+7
|
* Convert section titles to title casek-paulius2016-02-101-2/+2
|
* Gbps isn't interpreted correctly by ipfw for limiters, remove the option. ↵Chris Buechler2016-02-031-1/+1
| | | | Ticket #4325
* TypoStephen Beaver2016-02-011-1/+1
|
* Fixed #5834Stephen Beaver2016-02-011-15/+14
|
* Fixed #5789Stephen Beaver2016-01-211-2/+2
|
* HTML Compliance - Firewall / Traffic Shaper / LimiterNOYB2016-01-091-4/+4
| | | | | | | Bad value button for attribute type on element a: Subtype missing. (only used if href attribute set) The font element is obsolete. Use CSS instead.
* Shaper use full bandwidth units of measurePhil Davis2016-01-071-19/+63
| | | | | In 2.2.* the shaper bandwidth type dropdowns show "Bit/s", "Kbit/s"... but in 2.3-BETA they are just showing "b", "Kb"... That is fixed in the various array() definitions here. I also added GetBwscaleText() function that will return the full text "Bit/s" etc associated with the current bandwidth type. Then call that in a couple of places that were displaying just the "raw" bandwidthtype on the screen. e.g. firewall_shaper_queues.php was displaying just "Kb" etc and now it will display "Kbit/s". That "issue" was in 2.2.* also - so that is an "enhancement".
* Further fix on saving shaper->queue->maskStephen Beaver2016-01-041-1/+1
|
* Fixed #5733Stephen Beaver2016-01-041-70/+0
|
* Fixes issue where limiter mask does not save (from forum)Stephen Beaver2015-12-281-1/+1
|
* Code style and white space in etcPhil Davis2015-12-101-5/+8
|
* Fixed #5540Stephen Beaver2015-12-081-6/+27
|
* Fix codel checkbox labelStephen Beaver2015-12-071-1/+1
|
* Fixed #5540Stephen Beaver2015-12-021-2/+2
|
* Tidy up traffice shaperColin Fleming2015-12-011-1/+1
| | | | | | | | *shaper.inc* Remove stray closing B tag *firewall_shaper.php* Remove self closing element, not required in HTML5
* Tidy up Boolean operators for HTML5Colin Fleming2015-11-291-2/+2
| | | | | Remove the XHTML standard Boolean operators (makes reading HTML much simpler).
* Fixed #5540 (probably)Stephen Beaver2015-11-281-2/+6
| | | | Requires more testing please
* Remove layer7 components. Ticket #5508Chris Buechler2015-11-201-455/+0
|
* etc inc delete $Id commentsPhil Davis2015-11-101-18/+18
| | | | | | and bits of white space. Note: There are plenty of files still with old-format copyright sections in here.
* Copyright updates ( 3 of 3)Stephen Beaver2015-11-061-1/+3
|
* White space and minor bits in etcPhil Davis2015-09-161-4/+4
| | | | Cleaner version of https://github.com/pfsense/pfsense/pull/1846
* Integrate bootstrap etc/inc with masterPhil Davis2015-08-301-32/+32
| | | | | | This applies the little changes in etc/inc master to the bootstrap branch so that etc/inc in bootstrap will now just have the real differences that are due to real bootstrap changes.
* Fixed #5019Stephen Beaver2015-08-261-4/+8
| | | | Percent choice restored to selectors
* Fixed #5018Stephen Beaver2015-08-261-9/+12
| | | | Added column headers (Actually footers)
OpenPOWER on IntegriCloud