summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Resolves #599. Split mtu and mss fields in interfaces page so it is possible ↵Ermal2010-08-041-2/+18
| | | | to set them differently.
* Merge remote branch 'mainline/master' into 3_interfacesRenato Botelho2010-08-031-11/+23
|\ | | | | | | | | | | | | Conflicts: usr/local/www/diag_nanobsd.php usr/local/www/diag_packet_capture.php usr/local/www/interfaces.php
| * Hide the interface configuration when WAN or LAN are disabled, just like for ↵Erik Fonnesbeck2010-08-021-4/+1
| | | | | | | | OPT interfaces.
| * The pipe character is not valid for the interface description, so don't ↵Erik Fonnesbeck2010-08-021-1/+1
| | | | | | | | consider it valid in the regular expression.
| * Correct capitalization for PPTP and L2TP in a couple places.Erik Fonnesbeck2010-08-011-2/+2
| |
| * Sync wireless settings first to be sure it displays the actual settings that ↵Erik Fonnesbeck2010-07-281-0/+2
| | | | | | | | will be used when the interface is configured.
| * Add a checkbox to make syncing shared wireless settings to a central area ↵Erik Fonnesbeck2010-07-281-1/+14
| | | | | | | | optional.
| * Change wireless configuration heading to be more specific.Erik Fonnesbeck2010-07-281-1/+1
| |
* | Merge remote branch 'mainline/master' into 3_interfacesRenato Botelho2010-07-121-0/+1
|\ \ | |/
| * Separate regdomain.xml parsing back to a separate file, so it can be used ↵Erik Fonnesbeck2010-07-101-0/+1
| | | | | | | | when xmlreader.inc is used instead of xmlparse.inc
* | Checked gettext() implementation on interfaces.phpCarlos Eduardo Ramos2010-07-081-226/+226
| |
* | Merge remote branch 'mainline/master'Vinicius Coque2010-07-051-1/+2
|\ \ | |/
| * Only unset if this is actually set. Ticket #710jim-p2010-07-021-1/+2
| |
* | Implement gettext() calls on interfaces.php and interfaces_assign.phpgroo2010-06-301-15/+15
|/
* Take out all code that assumes to use DHCP for local ip if local ip is left ↵gnhb2010-06-101-8/+1
| | | | | | blank. Also, check for blank local IPs and error out if they occur.
* Fix some things in interfaces.inc, attempt to suppress mpd log verbosity.gnhb2010-06-101-3/+5
| | | | Fix also localip handling in interfaces.php
* Clean up pptp a bit and modify text description in interfaces_ppps_editgnhb2010-06-101-7/+25
|
* Fix up for new ptpid scheme and new iface naming scheme.gnhb2010-06-091-120/+19
|
* Add check for required fields for PPP connections.gnhb2010-06-081-2/+5
|
* Fix all issues that Ermal found.gnhb2010-06-081-12/+23
| | | | | | | | | | | | | | | | | | | | | | | | Interfaces.php problems. 1- When creating a pppoe ptpid on the config is empty(<<ptpid/>). 2- after switching from pppoe to pptp in the config there remains pppoe-reset-type which is not that much of a bug but needs to be fixed. 3- When choosing ppp type even though i do not have a device i am allowed to save. After saving it switches to none type automatically. The <ppp> section still has values of pptp config and some of pppoe and only the apn related to ppp. The interface assignment still has teh interface pptp1! (This is quite buggy i would say.) Interfaces -> assign 1- After doing all the tests on interfaces.php everything is shown with ppp() on interfaces.php picture attached. (probably an issue with how you do find ppp interfaces around.) 2- MPD is started even though the interface is not enabled after assignment. 3- During assignment as i tell you even below remove teh pptpid from the interface an duse interface name. Interfaces -> assign -> ppp 1- I have an emtpy thing in there when i do all the actions on interfaces.php
* Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-06-071-8/+8
|\ | | | | | | | | | | Conflicts: etc/inc/interfaces.inc etc/inc/pfsense-utils.inc
| * Use require_once instead of require, in case these files have been loaded ↵jim-p2010-06-031-8/+8
| | | | | | | | previously. Fixes #631
* | Initial support for DCHP+PPtP/L2tP. DHCP + PPPoE is supported too.gnhb2010-06-071-1/+178
| | | | | | | | Must create an OPTx interface and set to DHCP for DHCP+PPPoE.
* | 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
| |
* | Update note text.gnhb2010-05-311-2/+2
| | | | | | | | Change label and update note text about Advanced and MLPPP configs.
* | Simplify code that handles link specific data fields like local ip, gateway, ↵gnhb2010-05-311-4/+6
| | | | | | | | and bandwidth.
* | Delete the interface_ppp_configure function and change how PPP data is saved.gnhb2010-05-291-37/+61
| | | | | | | | | | | | PPP data entered in interfaces.php was clobbering data that didn't have associated fields in this page. Fixed now. Also, add a little PPP section to interfaces.php file to point users in the right place to create the configuration.
* | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-05-291-16/+15
|\ \ | |/ | | | | | | Conflicts: usr/local/www/interfaces.php
| * Fix up whitespace so file is easier to read, and fix a few missing tags.gnhb2010-05-291-824/+827
| |
* | little html tag change.gnhb2010-05-291-3/+1
| |
* | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-05-291-0/+1
|\ \ | |/ | | | | | | | | Conflicts: etc/inc/pfsense-utils.inc usr/local/www/interfaces.php
| * 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.
* | Fix many things related to PPP connections.gnhb2010-05-261-7/+0
| | | | | | | | | | | | Fixed tab array numbering in interfaces_* files. Enabled multilink over PPtP connections. Fixed handling of bandwidth, mtu, mru settings. Removed unnecessary curly brackets from single line if conditionals, and more . . .
* | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-05-211-0/+1
|\ \ | |/ | | | | | | | | Conflicts: usr/local/www/interfaces.php Not sure why there was a conflict since the last change to this file was May 20.
| * Add note about required enabled WPA option for 802.1xScott Ullrich2010-05-201-0/+1
| |
* | Fixing whitespace so this file is more readable. And comment out extra html ↵gnhb2010-05-211-787/+803
| | | | | | | | | | | | tags at the end of the file. This file was in bad shape wrt tab spaces lining up. It should be more readable now.
OpenPOWER on IntegriCloud