summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #426 from N0YB/Interfaces_Types_Config_Sections_Spacer_Rowrbgarga2013-02-191-3/+0
|\ | | | | Interfaces Types Config Sections Spacer Row
| * Interfaces Types Config Sections Spacer RowN0YB2013-02-181-3/+0
| | | | | | | | | | Fix spacer (last) row display inconsistency Missed one
* | Merge pull request #425 from N0YB/Interfaces_Types_Config_Sections_Spacer_Rowrbgarga2013-02-181-4/+28
|\ \ | |/ | | Interfaces Types Config Sections Spacer Row
| * Interfaces Types Config Sections Spacer RowN0YB2013-02-181-4/+28
| | | | | | | | Fix spacer (last) row display inconsistency
* | Interfaces Static IP v4 & v6 Gateway Add NewN0YB2013-02-181-12/+8
|/ | | | Fix mismatched table row tags
* Two interfaces, carp, ip aliases might be on the same subnet as their ↵Ermal2013-02-131-1/+1
| | | | parent. What needs to be checked is the ip itself
* Check interfaces and VIP IP address overlapRenato Botelho2013-02-111-2/+6
| | | | | | | | - Check if interface IP overlaps other interfaces or localip from mpd based services - Check if VIPs IP overlaps interfaces or other VIPs address It fixes #1723
* Validate interface IP explicitly as v4 or v6Phil Davis2013-02-101-10/+9
| | | | The IP Address fields on the Interfaces Edit page were just using is_ipaddr to validate them. I could put an IPv4 address in as the IPv6 static IP and it took it and saved it, then got my system in a knot! It even adjusted the subnet bits dropdown when I typed a valid IPv4 address format in the IPv6 filed. And IPv6 addresses could be put in IPv4 fields also.
* For reloadall on interface_configure() called by GUIRenato Botelho2013-02-051-1/+1
|
* Fix add gateway validation on interface configuration. It should fix #2791Renato Botelho2013-02-041-4/+4
|
* Update usr/local/www/interfaces.phpbcyrill2013-02-041-1/+1
| | | Variables that equal FALSE are considered to be empty e.g. "0".
* Actually destroy in this caseErmal2013-01-311-1/+1
|
* Do the right thing hereErmal2013-01-311-2/+5
|
* Do more strict checks. Also silence some more log_error under debug. Also do ↵Ermal2013-01-301-1/+1
| | | | some sanity checks on rc.newwanipv6 before doing any operation
* Correctly bring down an interface older configuration. Fixes #2758Ermal Luçi2013-01-241-24/+6
|
* Preserve "Idle timeout" parameter on interfaces gui. It fixes a problem ↵Renato Botelho2013-01-171-2/+2
| | | | pointed out on ticket #2641
* Update PHP shorthand tagColin Fleming2013-01-141-1/+1
| | | | Standardise all PHP start tags from "<?" to "<?PHP"
* Add bogons update frequency selectionbcyrill2013-01-061-0/+2
|
* Add extra checks for reading and saving certain wireless settings and fix an ↵Erik Fonnesbeck2012-12-081-2/+6
| | | | existing check.
* Fix syntax and do not commit late :)Ermal2012-11-221-0/+1
|
* The pppoe handle scriptErmal2012-11-211-15/+12
|
* Add extra safety belts here.jim-p2012-11-151-1/+1
|
* Standardize hypenation and capitalization of Pre-Shared Keyjim-p2012-10-261-2/+2
|
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-1/+1
|
* Get rid of carpdev, it will never beErmal2012-06-071-13/+1
|
* report errors adding a gateway through ajax callsDarren Embry2012-05-171-4/+12
|
* $realif only exists on apply, which this code path would never touch. Change ↵jim-p2012-05-081-2/+2
| | | | to use the configured interface instaed. Fixes #2212
* fix for #2356 'track interface'Darren Embry2012-05-031-21/+42
| | | | | convert pulldown for ipv6 prefix id to a textbox. validation is implemented.
* Add support for SLAAC on the WAN interface, this is required for Stateless ↵smos2012-04-181-7/+17
| | | | | | | autoconf addressing. Normally this should only apply to Appliances that do not need to route. We automatically hook in the dhcp6 client to request name servers from DHCP6 in a information only mode. It will not attempt to request a address. For that you should use the plain DHCP6 option with a prefix size of none. This is for redmine ticket #1834
* Remove this faulty piece of gateway code, it overwrites the existing entries ↵smos2012-04-091-33/+1
| | | | | | that return_gateways_array() returns. It doesn't take any address families into account either.
* Correct the variable names for the duplicate stf checksmos2012-04-081-2/+2
|
* Remove this piece of code, it loads even on interfaces not configured for ↵smos2012-04-081-7/+1
| | | | track. Really needs asynchronous javascript.
* Prevent duplicate 6rd or 6to4 interfaces, these conflict and both use the ↵smos2012-04-081-29/+31
| | | | | | | stf0 adapter. Only 1 can be active. Move piece of code into function, we need it more places, tighten rules for proto 41 traffic. Attempt to micro optimize the select box for large amounts of choices. Chrome likes this approach better.
* Add a command that should be able to extract the DUID for us.smos2012-04-031-6/+2
|
* Add interface tracking support. With this it is now possible for dynamic ↵smos2012-03-311-74/+129
| | | | | | IPv6 interfaces to setup the corresponding lan interface for RA. DHCP6 with prefix delegation to follow later for automatic daisychaining.
* Add 6to4 support for automatic tunneling.smos2012-03-301-5/+20
|
* Unbreak the 6rd config setting now that the javascript was fixed.smos2012-03-291-6/+6
| | | | | Pointy hat to /me Ticket #2304
* feature #2320: JS helper to toggle subnet mask for ipv4/v6 during inputDarren Embry2012-03-281-0/+1
| | | | http://redmine.pfsense.org/issues/2320
* prep work for feature #2320: tag fields for ipv4v6Darren Embry2012-03-281-2/+2
|
* fix: Input validation problem with VIPs and "none" type interfacesDarren Embry2012-03-211-4/+4
| | | | http://redmine.pfsense.org/issues/2291
* fix for: The javascript to enable and disable the various config boxes fail ↵Darren Embry2012-03-211-6/+4
| | | | | | since adding the 6rd IPv6 config type http://redmine.pfsense.org/issues/2304
* fix textChris Buechler2012-03-211-1/+1
|
* Fix code that was accidentally replaced with an older version of the code.Erik Fonnesbeck2012-02-261-4/+6
|
* Update the interfaces.php for 6rd support, reflects variable changessmos2012-02-251-29/+25
| | | | Adds to ticket #2117
* Don't add the description either when the condition is not met, in case ↵Erik Fonnesbeck2012-02-211-3/+5
| | | | other required fields are later added.
* Add missing ;Scott Ullrich2012-02-181-1/+2
|
* A friend of mine was having the same issue that was stated in another pull ↵Joecowboy2012-02-181-3/+2
| | | | request with the explode function and white space. So when you commit changes on WLAN would throw and error stating MODE must have SSID set. Dropped the explode function all together, initialized the array first and then pushed the SSID onto the array if Mode is set to Access in your wireless configuration. No more Mode set issue. :D
* Wireless client config should allow blank SSID (resubmit, fixed blank lines)Namezero2012-02-011-2/+7
|
* Add backend 6RD support. We don't have the required patch yet for our stf ↵smos2012-01-251-2/+37
| | | | | | | driver. Needs hooks into our gateway code to handle the default gateway since the stf interface does use router solicitations Adds to ticket #2117
* Clarify the UI text with example IPv6 prefix.smos2012-01-251-2/+2
| | | | Ticket #2117
OpenPOWER on IntegriCloud