summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
Commit message (Collapse)AuthorAgeFilesLines
* Fix adding of VoIP rules from traffic shaper wizard where IP/alias is notChris Buechler2015-07-141-1/+7
| | | | specified.
* Fixes #4259 Use proper variable to do calculationsErmal LUÇI2015-04-031-2/+2
|
* Fixes #4427 Correct traffic shaper wizard to properly save and use Voip ↵Ermal LUÇI2015-03-101-2/+6
| | | | provided settings
* Fixes #4333 Unset previous defined values before using the new onesErmal LUÇI2015-01-311-0/+4
|
* This broke a variety of things. Revert "Deprecated and non-static method ↵Chris Buechler2015-01-091-48/+48
| | | | | | messages" This reverts commit 91b9a02fb131746c67fdf9f34282f123a13f1b13.
* Deprecated and non-static method messagesPhil Davis2015-01-081-48/+48
| | | | | | | | | | | | | | | | Fix various files that can emit messages like: PHP Strict Standards: Non-static method SimplePie_Misc::array_unique() should not be called statically, assuming $this from incompatible context in /etc/inc/simplepie/simplepie.inc on line 5508 php-fpm[16262]: /rc.newipsecdns: PHP ERROR: Type: 8192, File: /etc/inc/shaper.inc, Line: 4365, Message: Assigning the return value of new by reference is deprecated Some of these style messages have been reported on the forum, e.g. https://forum.pfsense.org/index.php?topic=86448.0 I had RSS widget on, and simplepie sent the system beserk telling about all this stuff.
* Disable bandwidth checks for PRIQ, it should fix #3537Renato Botelho2014-07-251-21/+27
|
* Fix field name that cannot contain spaces, and use displaynameRenato Botelho2014-07-251-2/+3
|
* Fix field nameRenato Botelho2014-07-251-1/+1
|
* Strict checks for number of WANs and LANs on wizardRenato Botelho2014-07-241-4/+8
|
* Try to guess number of WANs and LANsRenato Botelho2014-07-241-0/+26
|
* Fix number of WAN and LAN connections checkRenato Botelho2014-07-241-1/+11
|
* Just show right type of interfaces (LAN/WAN) on traffic shapper wizards, it ↵Renato Botelho2014-07-241-0/+6
| | | | fixes #3535
* Fix indent and whitespacesRenato Botelho2014-07-241-310/+310
|
* replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these ↵ayvis2014-03-181-1/+1
| | | | files to UTF-8
* standardize on www.pfsense.org and HTTPS, point package URLs toChris Buechler2014-03-141-1/+1
| | | | packages.pfsense.org
* Remove call-time pass by reference from traffic shaper files, it should fix ↵Renato Botelho2013-09-121-16/+16
| | | | #2565
* Avoid set 2 sources on shaper wizard. Fixes #2959Renato Botelho2013-04-241-1/+0
|
* Track user/time a firewall rule was created and last updated, and show this ↵jim-p2013-03-201-1/+8
| | | | information at the bottom of the page when viewing the firewall rule. Have various places in the system that create rules add a proper entry to indicate their origin.
* Fix wording for VoIP address option in the shaper. Add rule going the other ↵jim-p2013-02-271-5/+18
| | | | direction to catch connections initiated both ways.
* Fix multi_all wizard to properly verify VoIP bandwidth specified.Ermal2010-12-291-11/+13
|
* Fixes #1948. Do not specify an interface for the Voip rules that intend a ↵Ermal2011-10-151-1/+1
| | | | source ip.
* Make the checks during step4 and step5 actually work.Ermal2011-08-091-2/+2
|
* Declare the arrays as global since that is what they are. Correct the name ↵Ermal2011-08-021-1/+1
| | | | of asterisk in the global defniition.
* Correct priority number to not have clashes with PRIQ which do not allow ↵Ermal2011-07-281-2/+2
| | | | same priority numbers for two different queues.
* Ticket #749. Make the rules of the traffic shaper wizard select the wan side ↵Ermal2011-07-221-67/+79
| | | | of the interfaces to not make the intra-lan traffic classifible in this way.
* Actually increase the default queue length for the new default queueErmal2011-07-151-1/+2
|
* Respect the p2p catchall setting.Ermal2011-07-151-26/+28
|
* Re-enable downstream queues but with the difference that the default queue ↵Ermal2011-07-151-100/+96
| | | | now tries to use all the link when possible and the bandwidth limit is specified on a subqueue instead of the interface.
* Revert "Ticket #749. Do not create the queues at LAN side for ↵Ermal2011-07-151-0/+398
| | | | | | traffic_shaper_wizard and traffic_shaper_wizard_multi_all. Since we cannot control bandwidth its useless to try to handle it(ALTQ was built with this concept in mind." This reverts commit 4447358371f80814ea1c5e0f00c1a7301a2396f6.
* Remove direction from traffic shaper generated rules now that the match ↵Ermal2011-02-221-7/+0
| | | | action is present to correctly put packets on proper queues. Before it was not possible since this would have also open firewall ports/holes.
* Correctly verify the input on bandwith at voip step for traffic shaper ↵Ermal2011-02-121-9/+25
| | | | wizards. Reported-by: http://forum.pfsense.org/index.php/topic,32833.0.html
* Convert the shapers to the match action so the generated rules do not impact ↵Ermal2011-02-111-0/+7
| | | | the filtering policy implemented.
* Do proper input validation on traffic shaper wizards to not allow empty fiedls.Ermal2011-01-241-21/+20
|
* Properly check empty fields when specifying bandwidth values.Ermal2011-01-241-1/+1
|
* Ticket #749. Do not create the queues at LAN side for traffic_shaper_wizard ↵Ermal2010-12-221-398/+0
| | | | and traffic_shaper_wizard_multi_all. Since we cannot control bandwidth its useless to try to handle it(ALTQ was built with this concept in mind.
* Use the provided settings even for HFSC scheduler instead of hardcoding ↵Ermal2010-12-221-59/+53
| | | | 32Kbit/s speed on VoIP. Also cleanup some whitespace.
* Use 1024 not 1000 in conversion.Ermal2010-12-211-3/+3
|
* Provide a default value to the function for converting kb/Mb to coeficient ↵Ermal2010-12-141-1/+1
| | | | for math.
* Use correct variable name so the message is actually displayed.Ermal2010-12-091-2/+2
|
* Ticket #1081. Fix header() function to do correct redirection. Also remove ↵Ermal2010-12-071-5/+1
| | | | bogus step9 in the wizards.
* Add exit; so the redirection actually works.Ermal2010-11-291-0/+1
|
* Traffic shaper wizards remove redirection before final step. This seems a ↵Ermal2010-10-201-15/+13
| | | | forgotten item.
* Fix the dedicated and multi_all wizards. They had typos in variable names ↵Ermal2010-10-181-1/+1
| | | | and some remaining unused code which caused problems!
* Add/Update copyrights where applicable. Mark copyright on XML as CDATA to ↵Ermal2010-08-191-3/+2
| | | | aviod any issues that might happen.
* These needs to be exit. Fix some whitespace too.Ermal2010-08-181-37/+37
|
* Resolves #713. Take in conisderation the suggestion of not setting m1 ↵Ermal2010-08-181-36/+2
| | | | parameter to 0b.
* Keep the list of different applications port numbers on a single file to ↵Ermal2010-08-181-316/+3
| | | | easy its maintainance and sharing.
* Also do the wizard optimizations and user-friendliness to the ↵Ermal2010-08-181-435/+444
| | | | traffic_shaper_wizard_multi_all.xml
* add TCP 1119 for battle.netChris Buechler2010-08-071-0/+1
|
OpenPOWER on IntegriCloud