summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
Commit message (Collapse)AuthorAgeFilesLines
* $realif only exists on apply, which this code path would never touch. Change ↵jim-p2012-05-081-1/+1
| | | | to use the configured interface instead. Fixes #2212
* Clarify text/settings for media selection. Fixes #1910jim-p2011-09-281-2/+3
|
* If no pppoe service name is configured, send a null service name. Seems to ↵jim-p2011-08-021-1/+1
| | | | help clients especially when reconnecting.
* s/WAN//Chris Buechler2011-06-041-1/+1
|
* fix typo, add warningChris Buechler2011-06-041-1/+1
|
* Add "Default" choice that will unset the media/mediaopt, otherwise whatever ↵jim-p2011-06-021-0/+1
| | | | is first in the list is saved in the config.
* Merge pull request #1 from EvgenyY/6e2a15e677fa0558ba0c9b1700be38f4065a76f6Ermal Luçi2011-05-281-0/+58
|\ | | | | Speed/duplex select for interfaces
| * Hiding mediaopt under Advanced buttonEvgeny Yurchenko2011-05-271-0/+14
| |
| * Adding gui to choose media options for interfaces.Evgeny Yurchenko2011-05-211-0/+44
| |
* | Fixes #1444. Implements the same fix that issue ermal made in #1522 to the ↵lgcosta2011-05-231-1/+1
|/ | | | console menu
* Fixes #1522. Call interface reconfigure so we bring down the interface and ↵Ermal2011-05-181-1/+1
| | | | than re-configure it.
* Correct wrong key for checking if a interface type switched. Ticket #1420Ermal2011-05-041-2/+2
|
* Move the link to add a gateway up next to the drop-down box so it is more ↵jim-p2011-04-151-2/+2
| | | | obvious.
* Update GUI to enable L2TP client configuration.gnhb2011-03-221-5/+34
|
* Ticket #259. Actually kill dhlient when the interface type changes before ↵Ermal2011-02-031-0/+5
| | | | going through apply changes otherwise the information would be lost and dhclient will remain running.
* Fix HTML errors reported by Eclipse using PHP perspectivePierre POMES2011-01-091-1/+1
|
* Modify comparisons for antenna settings to be more restrictive. Might help ↵Erik Fonnesbeck2010-12-221-14/+14
| | | | with ticket #1121
* Ticket #829. Allow the user to change from ppp* type to static or dhcp type ↵Ermal2010-12-061-6/+10
| | | | interface from interfaces.php.
* Revert "Interface names should appear as uppercase"Scott Ullrich2010-11-291-1/+1
| | | | This reverts commit e8ad860fb4d19d137e9cb490c498327db8fba719.
* Fix XSS issuesScott Ullrich2010-11-121-2/+2
|
* * Call get_configured_interface_* functions only once in the codeErmal2010-11-101-43/+46
| | | | | | * Optimize the test if the passed interface is a vaild one * Fix the apply settings to actually do something rather than do nothing at all * Some style and whitespace fixes
* Return disabled interfaces as wellScott Ullrich2010-11-081-1/+1
|
* Interface names should appear as uppercaseScott Ullrich2010-11-061-1/+1
|
* Define variable a bit earlier in case its sharedScott Ullrich2010-11-061-1/+3
|
* Use get_configured_interface_list() so Ermal does not yell at me :)Scott Ullrich2010-11-061-6/+1
|
* Ensure passed interface is validScott Ullrich2010-11-061-0/+14
|
* Correct this note, on at least one card (mxge) it defaults to an MTU of ↵jim-p2010-10-121-2/+2
| | | | 9000, so we can't always say the default will be 1500.
* Revert "Add missing break statement in input validation code."gnhb2010-09-051-1/+0
| | | | This reverts commit 52bebb6f44293de1d184c2a6310ad6fb38c5f7f2.
* Add missing break statement in input validation code.gnhb2010-09-051-0/+1
|
* Add missing break;Ermal2010-09-031-0/+1
|
* Ticket #543. Do not allow to change an interface already configured to a ↵Ermal2010-08-311-1/+7
| | | | type none if it is referenced by VIPs and also do not allow VIPs to be configured on an interface with type none. Maybe the latest should be relaxed to only disallow this for ipaliases?!
* Ticket #829. Do not allow an interface to switch back to static/dhcp/none if ↵Ermal2010-08-201-0/+4
| | | | it is configured as ppp/pppoe/pptp. for now just blacklist this option because it is not so trivial to fix.
* Small optimization.Ermal2010-08-201-1/+3
|
* Gett full list of interfaces when verifying description.Ermal2010-08-201-1/+3
|
* Fix alignment of save and cancel buttons on interfaces.php.Erik Fonnesbeck2010-08-151-3/+4
|
* Revert "Stick save and cancel back into the right hand of the first td cell ↵Scott Ullrich2010-08-151-4/+6
| | | | | | like all other forms have it." This reverts commit 787e94645b722b3b3c7f99480a7b71c20f083396.
* should be #777 not *777Chris Buechler2010-08-131-1/+1
|
* Fix some printfs and some text.Erik Fonnesbeck2010-08-121-1/+1
|
* Just fix some space and tab problemsRenato Botelho2010-08-121-93/+93
|
* Merge remote branch 'mainline/master'Renato Botelho2010-08-121-10/+20
|\ | | | | | | | | | | | | | | | | Conflicts: usr/local/www/diag_smart.php usr/local/www/firewall_rules_edit.php usr/local/www/interfaces.php usr/local/www/load_balancer_pool_edit.php usr/local/www/pkg_mgr_settings.php
| * Fix textErik Fonnesbeck2010-08-111-1/+1
| |
| * Stick save and cancel back into the right hand of the first td cell like all ↵Scott Ullrich2010-08-111-6/+4
| | | | | | | | other forms have it.
| * Remove extra quotes that were added around some strings when adding ↵Erik Fonnesbeck2010-08-111-3/+3
| | | | | | | | printf+gettext in some areas.
| * No need to set enableScott Ullrich2010-08-111-3/+3
| |
| * Add 8021.x preauth (rsn_preauth)Scott Ullrich2010-08-111-0/+12
| |
* | Use <?php instead of the short formRenato Botelho2010-08-121-61/+61
| |
* | gettext() fixes on interfaces.phpCarlos Eduardo Ramos2010-08-121-64/+64
|/
* Add gui code for antenna settings. Ticket #13Erik Fonnesbeck2010-08-051-1/+64
|
* Fix printf that should be sprintf.Erik Fonnesbeck2010-08-051-1/+1
|
* Hide the distance setting for wireless interfaces that do not support it.Erik Fonnesbeck2010-08-041-0/+5
|
OpenPOWER on IntegriCloud