summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_assign.php
Commit message (Collapse)AuthorAgeFilesLines
* 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 pre_input_errors hook to interfaces assignScott Ullrich2011-07-181-0/+1
|
* 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
|
* There is no need to clear this anymore.Ermal2010-08-161-2/+0
|
* Fixes #823. Do not reload all interfaces, there is already code to do this ↵Ermal2010-08-161-2/+0
| | | | for changed interfaces.
* Escape prototype dollarsign(Scott Ullrich2010-08-141-1/+1
|
* Remove stray )jim-p2010-08-131-1/+1
|
* Modify various (s)printf format strings to allow translations to change the ↵Erik Fonnesbeck2010-08-111-4/+4
| | | | order of the inserted strings.
* Hide Save button until a drop down onChange event occursScott Ullrich2010-08-111-4/+6
|
* Remove extra quotes that were added around some strings when adding ↵Erik Fonnesbeck2010-08-111-3/+3
| | | | printf+gettext in some areas.
* Fix gettext call added wrongRenato Botelho2010-08-101-1/+1
|
* Checked gettext() implementation on interfaces_assign.phpCarlos Eduardo Ramos2010-07-091-14/+14
|
* Implement gettext() calls on interfaces.php and interfaces_assign.phpgroo2010-06-301-22/+22
|
* Make assignment work with new ptpid and if name structure.gnhb2010-06-091-24/+7
|
* Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-06-031-0/+2
|\
| * Add status link to Interfacesjim-p2010-06-021-0/+2
| |
* | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-05-211-1/+1
|\ \ | |/ | | | | | | | | Conflicts: usr/local/www/interfaces.php Not sure why there was a conflict since the last change to this file was May 20.
| * Use the PHP call here instead of a shell exec.jim-p2010-05-191-1/+1
| |
* | Fixing bugs and ommissions.gnhb2010-05-131-3/+4
| |
* | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-05-121-2/+19
|\ \ | |/ | | | | | | Conflicts: etc/inc/upgrade_config.inc
| * Make interface sort order on creation consistent with the order displayed ↵Erik Fonnesbeck2010-05-081-2/+19
| | | | | | | | elsewhere, and fix possible missing description on LAN upon creation.
* | Small changes to fix up these pages a little bit.gnhb2010-05-121-3/+3
| |
* | Bandwidth, MTU, MRU settings working.gnhb2010-05-121-0/+2
| |
* | Use "PPPs" as the new Tab name in Interfaces -> Assign. Rename files and ↵gnhb2010-05-041-24/+15
| | | | | | | | | | | | update affected files. Also, add upgrade_config function 062_to_063.
* | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-05-021-1/+2
|\ \ | |/
| * Ticket #471. Bring up the removed/unassigned interface correctly if it is ↵Ermal2010-04-271-1/+2
| | | | | | | | parent to other interfaces, as vlans.
* | Removed PPP config numbering scheme. Completed PPPX assignment updates in ↵gnhb2010-04-291-21/+47
| | | | | | | | | | | | | | | | | | | | | | interfaces_assign page. Now PPP assignment to friendly interface works on Interfaces Assign page, including graceful handling of deleting interfaces, checks for preventing deletion of PPPx interfaces in use, and reordering/reassigning PPPx interfaces to various friendly ifaces. One strange behavior that occurs is that after clicking "Save" the Interfaces Assign page reloads and shows old values in the select lists sometimes.
* | Implement PPP config numbering scheme. Deleting a PPPx config doesn't renumbergnhb2010-04-281-41/+41
| | | | | | | | | | the other config sections, but saving a new or existing config renumbers all config sections. Update interfaces_assign to work properly with new scheme.
* | Fix other interfaces_* pages and keep working with mlppp.gnhb2010-03-301-5/+5
| |
* | Add new menu name to other interfaces_* pages.gnhb2010-03-301-2/+3
|/
* Fix interface assignment and re-editErmal2010-03-281-1/+1
|
* Fix displaying ppp ports.Ermal2010-03-281-4/+1
|
* Fix PPP assignment.Ermal2010-03-281-2/+2
|
* Only sync on the wireless clones that were reassigned.Erik Fonnesbeck2010-03-261-2/+4
|
OpenPOWER on IntegriCloud