summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_gateways_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Allow gateway weights up to 30, and add a check in filter.inc to prevent ↵Chris Buechler2016-02-041-1/+1
| | | | creating too long of a route-to line. Related to pull request 1614
* Fix #5830Renato Botelho2016-02-041-1/+16
| | | | | Add a new advanced option on gateways to allow user define data payload. Default is 0
* Internationalization of various system*.phpPhil Davis2016-02-031-25/+25
|
* Fixed #5694Stephen Beaver2015-12-291-2/+10
|
* Bug #5527heper2015-12-211-2/+1
|
* Code style system_*Phil Davis2015-12-171-7/+8
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Gateway advanced parameter validationPhil Davis2015-12-111-31/+89
| | | | | | | | | | | | | This does what I can think of so far: 1) Make sure low latency < high latency, low loss < high loss 2) Loss interval must be at least latencyhigh otherwise every packet that was high latency would be counted as lost before it came back. (see note below) 3) averaging time period must be at least 2 times probe interval - it is not much of an "average" if it averages less than 2 probes :) 4) alert interval must be at least probe interval - there is no point recalculating the average latency and loss more often than once every probe interval. 5) Criteria for showing or hiding the advanced options on page load fixed up to account for all the fields now in the advanced section. 6) Additional information - I have written some stuff that I think is now helpful. Note: Currently the default loss interval is 500 and latencyhigh is also 500. This makes no sense to me. If a probe comes back in > 500ms then the thread that is waiting for the reply will have given up (loss interval has expired). So any packets with an RTT > 500ms will be considered lost. Therefore there will be no packets recorded with an RTT > 500ms. Therefore the average latency can never exceed latencyhigh. It seems to me that "loss interval" needs to be reasonably higher than "latencyhigh" in any sensible configuration. Thoughts?
* Merge pull request #2201 from phil-davis/patch-10Renato Botelho2015-12-111-1/+1
|\
| * apinger loss_interval array key namePhil Davis2015-12-111-1/+1
| |
* | dpinger help textPhil Davis2015-12-111-4/+4
|/ | | | The packet loss thresholds must still be in % ? milliseconds does not look valid. Other things are minor formatting.
* Ticket #5624: Welcome dpinger!Renato Botelho2015-12-101-85/+60
|
* Fix indentRenato Botelho2015-12-101-3/+3
|
* Simplify logic and break some long lines, no functional changesRenato Botelho2015-12-101-99/+78
|
* Remove calculated optionsRenato Botelho2015-12-101-87/+0
|
* Change apinger_default to dpinger_defaultRenato Botelho2015-12-101-32/+32
|
* Merge pull request #2125 from PiBa-NL/gateway_interface_route_2.3Stephen Beaver2015-12-011-0/+10
|\
| * cleanup static routes for interface nonlocal gateways when being deleted or ↵PiBa-NL2015-11-261-0/+10
| | | | | | | | changed.
* | Type up SCRIPT tagsColin Fleming2015-11-291-1/+3
| |
* | fix up textChris Buechler2015-11-251-3/+3
|/
* Allow gateway outside interface subnet. Fixes #972, #1847, and was checked ↵PiBa-NL2015-11-261-2/+13
| | | | (on 2.2.5) with that provider to work properly for the IPv4 part. In 2.3 test machine IPv6 also seems to insert the proper routes.
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-1/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Copyright and license cleanupRenato Botelho2015-11-091-1/+0
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+0
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* Fixed #5045Stephen Beaver2015-10-201-10/+25
|
* Fixed #5027Stephen Beaver2015-09-151-6/+12
| | | | Checkbox replaced with button
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Fixed #5027Stephen Beaver2015-08-271-27/+61
| | | | Added toggle action to advanced option section
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-341/+312
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+950
OpenPOWER on IntegriCloud