summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_network.php
Commit message (Collapse)AuthorAgeFilesLines
* clarify type of firewall rule neededstilez2017-01-091-2/+3
| | | | | A comment on the original PR says that it's not clear if the rule for this needs to be IPv6 or IPv4 with protocol IPv6, and users get confused. I've tried to clarify it here. I've also tried to "de-mystify" it, because it's not that tunneling needs special rules, it's just that any traffic needs rules and tunneled traffic is handled as IPv6 for rules purposes, so it needs an IPv6 rule. But the user may want other rules, or selective rules, so I'[ve tried to be clear this isn't about some "special" IPv6 rule, but rather, just that any traffic desired to pass, will need one or more IPv6 rules permitting it. (cherry picked from commit 3509ad4f9215ff46d7a8684e0559bb93c1bd7a78)
* change as commented and remove redundant help textstilez2017-01-091-2/+3
| | | | (cherry picked from commit 16fbe9b7ee1abfb8b9504a8d1e90dcd7592f9fe2)
* left label as comment abovestilez2017-01-091-1/+1
| | | | (cherry picked from commit a0052ea3a5fe74246795d90bcacadd025801134a)
* Various wording changesstilez2017-01-091-4/+4
| | | | (cherry picked from commit a075265e0a076419813622e0d69556915b6f40f2)
* Improve labels + help text for IPv6 tunneling optionsstilez2017-01-091-6/+8
| | | | | | | * Move the help message to be on the group as a whole not just the IP input field * Clarify the IP field (label states "IP address and explains tunelling, but whgat address should be entered and should it be IPv4, IPv6 or either? This isn't made clear. * Group title uses the term "tunneling" and this is probably the most commonly understandable term, so keep it consistent and don;'t switch to "encapsulation" halfway through. (We use the term "encapsulation" in the help text already so it's there for purists) (cherry picked from commit 5e391e58439fa189518370fa8d16ffd2e8a1002d)
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-44/+43
|
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Miscellaneous Textual Correction - System / Advanced / NetworkingNOYB2016-05-241-1/+1
| | | | | | Use apostrophe instead of quote. (cherry picked from commit d3706c81f7f77d21635c335d19e6626a4f7b568b)
* Fix #6381 ipv6nat_ipaddrPhil Davis2016-05-241-1/+1
| | | | (cherry picked from commit f489cfdbd4705578ee290b9df5bafe86efddbca8)
* Miscellaneous Textual Corrections - System / Advanced / NetworkingNOYB2016-05-161-1/+1
| | | | (cherry picked from commit 542d14be063e0a90b9182ee3dac9dc3fdb52d04d)
* System Menu - Textual and Punctuation CorrectionsNOYB2016-04-301-1/+1
| | | | (cherry picked from commit 9f563e371d0ce630f551de19c4263fe5c1686de6)
* System / Advanced - PunctuationNOYB2016-04-161-2/+2
|
* Apply "Editor" Phil's corrections.NOYB2016-03-281-3/+3
| | | | Thanks Phil.
* System / Advanced / Networking - Remove PersonalizationsNOYB2016-03-281-7/+7
| | | | Remove a bunch of "you" personalizations.
* Correct wording of prefer_ipv4 help textPhil Davis2016-03-061-1/+1
|
* clean up descriptionChris Buechler2016-03-051-2/+2
|
* Remove help text wrongly copy/pasted from elsewhere.Chris Buechler2016-03-051-2/+1
|
* Perform HTML entity translation where & is usedk-paulius2016-02-141-1/+1
|
* Synchronize page title with tab titlek-paulius2016-02-121-1/+1
|
* Redmine #5759 print_info_box stylePhil Davis2016-01-111-1/+3
| | | | Define the 'success' 'info' etc style of calls to print_info_box()
* Alternative to PR 2324 - Remove unneeded divStephen Beaver2015-12-271-2/+0
|
* 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
* Code style System AdvancedPhil Davis2015-12-151-5/+6
|
* Standardize System Advanced breadcrumbsPhil Davis2015-12-071-1/+1
|
* 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.
* Various updates to privileges and related metadatajim-p2015-11-251-1/+1
|
* 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 updates Batch 2 of 3Stephen Beaver2015-11-061-29/+54
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Fixed #5025Stephen Beaver2015-08-271-12/+12
| | | | | All system_advanced_* pages had made-up lement names instead of hte correct config system names. All (several hundred) have been corrected, and tested where possible.
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-167/+124
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+320
OpenPOWER on IntegriCloud