summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_network.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3535 from fernsehkind/Redmine1629Renato Botelho2017-07-311-0/+15
|\
| * Use correct wording for menu entry "Reset All States" in "System/Advanced ↵Fernsehkind2017-06-201-5/+4
| | | | | | | | Network"
| * Add GUI entry for ip_change_kill_states in Network/Advanced (See #1629)Ralph Haussmann2017-02-121-0/+16
| |
* | Fixed 7128Steve Beaver2017-07-261-14/+22
| |
* | Updated help text to be more accurate as per jim-p suggestion.lukehamburg2017-03-291-3/+3
| |
* | Adds option to skip adding IPv6 entries in /etc/hosts for LANslukehamburg2017-03-091-0/+17
|/ | | | | | | | | | If a LAN interface's IPv6 configuration is set to Track, and the tracked interface loses connectivity, it can cause connections to the firewall that were established via IPv6 hostname to fail. This can happen unintentionally when accessing the system by hostname, since by default both IPv4 and IPv6 entries are added to /etc/hosts. This patch + enabling this option prevents those IPv6 records from being created and prevents this from occurring. Set the option in System > Advanced > Networking FILES CHANGED - /etc/inc/system.inc - /usr/local/www/system_advanced_network.php
* setHelp and gettext for system*Phil Davis2017-02-091-11/+7
|
* add Copy DUID convenience buttonlukehamburg2017-02-061-5/+36
| | | | | - adds `Copy DUID` convenience button/js - no page refresh or AJAX
* Merge pull request #3369 from phil-davis/breadcrumbs_detailRenato Botelho2017-01-111-0/+1
|\
| * Breadcrumb linksPhil Davis2017-01-101-0/+1
| |
* | Merge pull request #3343 from phil-davis/retval1Renato Botelho2017-01-101-10/+6
|\ \
| * | Report problems applying changesPhil Davis2017-01-031-10/+6
| |/ | | | | | | | | | | | | 1) Strictly keep track of the accumulating $retval from calls to various functions that apply changes. 2) Use new function print_apply_result_box() to print a suitable message in a suitable severity based on $retval
* | Merge pull request #3365 from phil-davis/format_duidRenato Botelho2017-01-091-6/+9
|\ \
| * | Helper format_duid() for DUID inputPhil Davis2017-01-081-6/+9
| |/
* | Merge pull request #3330 from stilez/patch-54Renato Botelho2017-01-091-7/+11
|\ \ | |/ |/|
| * clarify type of firewall rule neededstilez2017-01-071-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.
| * change as commented and remove redundant help textstilez2017-01-041-2/+3
| |
| * left label as comment abovestilez2017-01-041-1/+1
| |
| * Various wording changesstilez2017-01-041-4/+4
| |
| * Improve labels + help text for IPv6 tunneling optionsstilez2016-12-311-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)
* | Fix up wording of the DUID option.jim-p2017-01-021-4/+7
| |
* | Changes whuch to which... fat fingersmarjohn562016-12-291-1/+1
| |
* | Changes as requestedmarjohn562016-12-271-2/+1
| |
* | changed to text to reflect standard text in other options.marjohn562016-12-231-2/+2
| |
* | format correctionmarjohn562016-12-221-1/+1
| |
* | Added real DUID placeholder, new text and call to new get_duid_from_file() ↵marjohn562016-12-221-3/+6
| | | | | | | | function.
* | Typo correctmarjohn562016-12-221-2/+2
| |
* | Text changemarjohn562016-12-211-3/+3
| |
* | User Defined DUIDmarjohn562016-12-211-0/+22
|/ | | | | | | User may define a DUID to use in System->Advanced->Networking. The entered DUID is validated for composition and length, if valid it is stored in the config.xml. On call of wan_dhcp6_configure() the DUID is written to file to be read by dhcp6c on launch.
* Fix #7021: Deprecate device pollingRenato Botelho2016-12-201-21/+0
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* 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().
* Merge pull request #2978 from ↵Renato Botelho2016-05-241-1/+1
|\ | | | | | | NOYB/Miscellaneous_Textual_Correction_-_System_/_Advanced_/_Networking
| * Miscellaneous Textual Correction - System / Advanced / NetworkingNOYB2016-05-231-1/+1
| | | | | | | | Use apostrophe instead of quote.
* | Fix #6381 ipv6nat_ipaddrPhil Davis2016-05-241-1/+1
|/ | | | (cherry picked from commit f489cfdbd4705578ee290b9df5bafe86efddbca8)
* Miscellaneous Textual Corrections - System / Advanced / NetworkingNOYB2016-05-141-1/+1
|
* System Menu - Textual and Punctuation CorrectionsNOYB2016-04-301-1/+1
|
* System / Advanced - PunctuationNOYB2016-04-151-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
OpenPOWER on IntegriCloud