summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_assign.php
Commit message (Collapse)AuthorAgeFilesLines
* interfaces_assign tab_array numberingPhil Davis2015-10-231-4/+4
| | | | | This was fixed in master for 2.3 by https://github.com/pfsense/pfsense/commit/50e6c063e6ec148917ff0bcb0bce8b0a08df5792 - in master all of these $tab_array entries, in each file that they appear in, had been modified to just use the $tab_array[] = form. But in RELENG_2_2 that has not happened. So it seems nicer to just fix the numbering here to match what is already in the other interfaces_*.php files in RELENG_2_2. Note that the code works OK without this "fix" - display_top_tabs() just loops through the existing array keys anyhow and so did not notice the missing number.
* show openvpn interfaces while reassigning the interfaces for a restored ↵doktornotor2015-09-201-4/+12
| | | | config backup - RELENG_2_2
* Fix POST typo in interfaces_assign.phpPhil Davis2015-01-111-1/+1
| | | | | | | Obviously a typo. But this section is inside: if (isset($_POST['add_x']) && isset($_POST['if_add'])) { and I cannot find where 'add_x' is ever sent here, so I do not see how this whole code section is ever executed (and that will be why this typo bug has no symptoms). What is the history here? Can the whole block of code be removed? The code normally executed is the section for 'Submit' lower down.
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Provide friendly descr in error message in Interfaces AssignPhil Davis2014-12-041-1/+1
| | | | | I was doing drastic things testing some stuff, swapping WAN and OPT1 interfaces in Interfaces->Assign. I accidentally pressed Save when I had the same real device selected for both. Thankfully there was input validation! But I noticed that the error message reported just the names WAN and OPT1, but actual I had them named as different things. So the names in the error message did not match the names (friendly descriptions) in the table of interfaces. This change makes it display both like FRIENDLY_DESC (FRIENDLY_NAME) so there is less room for confusion.
* Make OpenVPN desccriptions appear in interfaces assign dropdownPhil Davis2014-11-181-0/+1
| | | | As reported in forum https://forum.pfsense.org/index.php?topic=84251.0 The fix turned out to be easy.
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Improvements on interfaces_assign.php:Renato Botelho2014-09-081-99/+125
| | | | | | - Let user select network port to add instead of pick the first available, it fixes #3846 - While I'm here, drop GET and use only POST
* Convert this block into a function for later useRenato Botelho2014-09-081-40/+38
|
* Fix indentRenato Botelho2014-09-081-2/+2
|
* Remove unecessary var initializationRenato Botelho2014-09-081-1/+0
|
* Replace mwexec() by unlink_if_exists() and respect global tmp_pathRenato Botelho2014-09-081-1/+1
|
* Fix indent and whitespacesRenato Botelho2014-09-081-103/+122
|
* Fix text description for interface mismatch, fixes #3820Renato Botelho2014-08-211-1/+1
|
* Change the logic of the vpn config generation to make connectivity more ↵Ermal2014-08-071-1/+1
| | | | stable especially ipsec. Also for IKEv1 just generate the policies and only on traffic start them.
* Fix #3575, do not allow user to set IPs for GRE interfaces on interface edit ↵Renato Botelho2014-07-251-0/+7
| | | | page.
* Add require_once where needed to avoid redeclaration from nested includesErmal2014-03-201-1/+1
|
* xhtml Complianceayvis2014-03-141-3/+3
| | | replaced <br>, <br/> and </br> with <br />
* s/require/require_once/g for filter.inc to avoid redeclaration errors in ↵jim-p2013-08-281-1/+1
| | | | some rare cases.
* Add missing quotesColin Fleming2013-05-241-1/+1
|
* Tidy up "interfacess_assign.php" XHTMLColin Fleming2013-04-151-13/+11
| | | | | | | | | Close BR, INPUT and IMG tags Update HTML boolean operators Move NOWRAP to "class" statement Deprecate the ampersand in ANCHOR tags Add missing closing U tag Remove closing P tag
* Use the correct interface number (old code broke for >= 10)jim-p2013-03-041-1/+1
|
* Do not allow bridge members to be assigned to itself. Fixes #1153Renato Botelho2013-02-211-0/+13
|
* Fix indent and whitespacesRenato Botelho2013-02-211-60/+59
|
* Fix outbound NAT rules when interface is deleted:Renato Botelho2013-01-051-6/+0
| | | | | | | | | | - When delete interface, do not touch outbound NAT rules - Skip outbound NAT rules when interface doesn't exist - Bump latest_config to 9.2 - Since rules with no interface were considered as wan, convert old rules adding interface 'wan' to avoid breaking old configs It should fix #2338
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-1/+1
|
* LAN is not special here anymore. Do not remove the interface again (it was ↵jim-p2012-06-271-9/+3
| | | | alraedy removed before this block), do not remove NAT and such (OPTs may still need it!) and no need to remove shaper. Improve DHCP check and generalize it to work on any interface, not just LAN.
* Add small patch from #466 to make interface names clickable on Interfaces > ↵jim-p2012-02-271-1/+1
| | | | (assign). Implements #466
* converting from prototype to jQuery on interfaces_assign.phpVinicius Coque2011-10-081-1/+1
|
* Merge branch 'master' of github.com:bsdperimeter/pfsenseChris Buechler2011-07-251-0/+1
|\
| * Add pre_input_errors hook to interfaces assignScott Ullrich2011-07-181-0/+1
| |
* | fix whitespaceChris Buechler2011-06-251-3/+3
|/
* After an interface mismatch and apply actually show when we are rebooting ↵Scott Ullrich2011-06-231-6/+10
| | | | instead of the same message that the interface mismatch exists when really the system is rebooting.
* Show the OpenVPN instance description when listing interfaces to assign in ↵jim-p2011-06-141-0/+12
| | | | the gui.
* Correct code description during assignmentErmal2011-04-281-1/+1
|
* Add a check if the configuration of dhcpd exists for wan before unset, ↵lgcosta2011-02-221-1/+1
| | | | resolves #1303
* Ticket #802. During a config restore detect if the vlan interfaces need ↵Ermal2010-12-281-0/+6
| | | | reassignment too. This might be problematic for other type of interfaces on 2.0!
* Confirm before deleting the interface.Erik Fonnesbeck2010-12-011-1/+1
|
* Make sure we cannot add interfaces by entering the link directly on url ↵Ermal2010-11-301-2/+3
| | | | address bar. This does the same check as the one for showing the plus button on interfaces_assign.
* Revert "Interface names should appear as uppercase"Scott Ullrich2010-11-291-1/+1
| | | | This reverts commit 66d57db5e44650658d95345683cf4afae6680b68.
* Revert "Interface names should appear as uppercase"Scott Ullrich2010-11-291-1/+1
| | | | This reverts commit 4cea35b344c8b4444f7a5a7a244bac528b483cbc.
* Fix filter_rules_sort's compare function to know about floating rules so it ↵Erik Fonnesbeck2010-11-101-16/+1
| | | | won't change their order.
* Interface names should appear as uppercaseScott Ullrich2010-11-061-1/+1
|
* Interface names should appear as uppercaseScott Ullrich2010-11-061-1/+1
|
* Fixes #847. Check even interface groups before allowing deletion of an ↵Ermal2010-08-261-1/+3
| | | | interface. Also try to readd to a group an interface when configuring.
* Capitalizejim-p2010-08-161-1/+1
|
* Remove these three bullet points that don't seem to make any sense on their own.jim-p2010-08-161-6/+4
|
* Also show the save button if we have just performed an action.jim-p2010-08-161-1/+1
|
* Do not escape this $jim-p2010-08-161-1/+1
|
OpenPOWER on IntegriCloud