summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
Commit message (Collapse)AuthorAgeFilesLines
* Use require_once instead of require, in case these files have been loaded ↵jim-p2010-06-031-8/+8
| | | | previously. Fixes #631
* Add status link to Interfacesjim-p2010-06-021-0/+2
|
* Fix up whitespace so file is easier to read, and fix a few missing tags.gnhb2010-05-291-824/+827
|
* Add a default setting to location type of wireless that leaves the setting ↵Erik Fonnesbeck2010-05-251-0/+1
| | | | at its default for the interface.
* Add note about required enabled WPA option for 802.1xScott Ullrich2010-05-201-0/+1
|
* Ticket #548. Change message displayed when modifying an interface to ↵Ermal2010-05-131-1/+1
| | | | actually tell people to modify dhcp server setting after applying settings since the interface configuration/ip will only change after applying settings and pfSense does not read the interface address from the config but from the interface itself and the complications for this and possibly other cases are not worth the effort.
* Add a note about the regulatory domain and cards that have an unrecognized ↵Erik Fonnesbeck2010-05-021-0/+2
| | | | default.
* Display some extra information about the available wireless channels.Erik Fonnesbeck2010-05-021-1/+7
|
* show IP as well as gateway name on interfaces.phpChris Buechler2010-04-301-1/+1
|
* Do not create faulty gateway entires with just defaultgw set it breaks logic.Ermal2010-03-311-4/+2
|
* Fix interface assignment and re-editErmal2010-03-281-6/+3
|
* Make lan/wan behave as all other interfaces.Ermal2010-03-271-13/+2
|
* Redo most of the ppp interface handling to be consistent with the other mpd5 ↵Ermal2010-03-271-15/+3
| | | | configurations. This way there is no more special handling for ppp around.
* Restore attribute support, but with some extra checks in the function that ↵Erik Fonnesbeck2010-03-161-12/+16
| | | | uses it.
* Needs a little more testing; revert attribute support in xmlparse.inc for now.Erik Fonnesbeck2010-03-161-15/+12
| | | | This reverts commit 2843a3ec5d4a160646e496f3922266415151902a.
* Add optional support for reading attributes to xmlparse.inc and move ↵Erik Fonnesbeck2010-03-161-12/+15
| | | | regdomain.xml parsing from regdomain.inc to xmlparse.inc.
* Add code for applying wireless regulatory configuration and some extra notes ↵Erik Fonnesbeck2010-03-161-0/+2
| | | | about the regulatory settings.
* Add configuration options for wireless regulatory settings. Still needs ↵Erik Fonnesbeck2010-03-161-1/+60
| | | | code for applying the settings.
* Add note about the auto channel setting.Erik Fonnesbeck2010-03-161-1/+1
|
* Combine "802.11g only" and "802.11n only" into a single option.Erik Fonnesbeck2010-03-121-19/+31
|
* Fixes for 11g Turbo and 11a Turbo modes.Erik Fonnesbeck2010-03-071-1/+1
|
* AES is recommended due to Toshihiro Ohigashi and Masakatu Morii attacksScott Ullrich2010-03-071-1/+1
|
* Move description into listtopic areaScott Ullrich2010-03-071-4/+1
|
* Add 802.11n-only option. Hide options specific to 802.11g or 802.11n when ↵Erik Fonnesbeck2010-03-071-0/+22
| | | | those modes aren't available.
* Revert "Add temporary note that changing the wireless standard may require a ↵Erik Fonnesbeck2010-03-071-2/+1
| | | | | | reboot. To be reverted when the extra work is in place to get it to change when multiple wireless clones exist." This reverts commit b383e88b59366143d69c2b50aa8e000d4a6c83e5.
* Add support for 802.11n in get_wireless_modes and the channels list.Erik Fonnesbeck2010-03-061-0/+2
|
* Fixing the condition for the enable checkbox broke saving on wan and lan. ↵Erik Fonnesbeck2010-03-041-0/+2
| | | | Add a hidden enable field for wan and lan to fix any code that expects it to be there.
* Fix distance setting for ath and add it to the wireless settings that are ↵Erik Fonnesbeck2010-03-031-9/+9
| | | | synced and listed as shared.
* Add temporary note that changing the wireless standard may require a reboot. ↵Erik Fonnesbeck2010-03-021-1/+2
| | | | To be reverted when the extra work is in place to get it to change when multiple wireless clones exist.
* Add more descriptive mode names to the error messages.Erik Fonnesbeck2010-03-021-2/+2
|
* When more than a single wireless clone exists, verify that it is possible to ↵Erik Fonnesbeck2010-03-021-0/+29
| | | | change the mode.
* Don't need to bring the interface down twice -- let apply be the one to take ↵Erik Fonnesbeck2010-03-021-1/+0
| | | | care of it, since that appears to be the intention.
* Only create the clone here if it does not exist, to prevent inadvertently ↵Erik Fonnesbeck2010-03-021-1/+2
| | | | destroying the clone before apply has been clicked.
* Fix conditions for disable.Erik Fonnesbeck2010-03-021-2/+2
|
* Move most of the code for dealing with wireless clone interface names to ↵Erik Fonnesbeck2010-02-231-5/+1
| | | | separate functions.
* Move shared wireless configuration settings to their own heading.Erik Fonnesbeck2010-02-221-50/+64
|
* Sync configuration of shared settings between wireless clones.Erik Fonnesbeck2010-02-221-0/+4
|
* Adding 802.1X Authentication supportScott Ullrich2010-02-121-1/+28
|
* Check what to do on the interface when hitting apply options button.Ermal Luçi2010-02-091-1/+4
|
* Ticket #329. Use correnct interface API and pass correct arguments to functions.Ermal Luçi2010-02-011-2/+1
|
* Include ipsec.incScott Ullrich2010-02-011-0/+1
|
* include captiveportal.incScott Ullrich2010-01-161-0/+1
|
* Ticket #297. Verify WPA PSK key length.Ermal Luçi2010-01-151-0/+6
|
* Reload all when changing interface configuration.Ermal Luçi2010-01-141-1/+2
|
* fix textChris Buechler2010-01-141-1/+1
|
* field is not requiredChris Buechler2010-01-061-1/+1
|
* fix up textChris Buechler2010-01-051-2/+2
|
* Style fixes for the interfaces page, use switch instead of a large if,elseif ↵Seth Mos2009-12-241-104/+178
| | | | | | | | procedure. Fix the monitor IP route adding and removing to skip non IP addresses and dynamic entries Add a Gateway item on the gateway_item stack so that it properly shows up in th configuration. Static configurations will need to manually add one.
* Remove debugging alertScott Ullrich2009-12-231-1/+0
|
* Unbreak adding gateway #238Scott Ullrich2009-12-231-0/+1
|
OpenPOWER on IntegriCloud