Commit Graph

412 Commits

Author SHA1 Message Date
Renato Botelho
0ff214f27d Preserve "Idle timeout" parameter on interfaces gui. It fixes a problem pointed out on ticket #2641 2013-01-17 09:31:51 -02:00
Colin Fleming
a3381369d9 Update PHP shorthand tag
Standardise all PHP start tags from "<?" to "<?PHP"
2013-01-14 13:27:36 +00:00
bcyrill
6b4480dc84 Add bogons update frequency selection 2013-01-06 23:59:54 +01:00
Erik Fonnesbeck
6ef2297b85 Add extra checks for reading and saving certain wireless settings and fix an existing check. 2012-12-08 18:02:48 -07:00
Ermal
af13aad69f Fix syntax and do not commit late :) 2012-11-22 15:04:59 +00:00
Ermal
70e46e625b The pppoe handle script 2012-11-21 23:07:56 +00:00
jim-p
31fcd0bd7b Add extra safety belts here. 2012-11-15 16:54:58 -05:00
jim-p
2a2b247b75 Standardize hypenation and capitalization of Pre-Shared Key 2012-10-26 16:10:58 -04:00
jim-p
b32dd0a6b7 Activate new shortcuts/status in the rest of the areas that are currently setup. 2012-08-10 13:32:16 -04:00
Ermal
3e662cb0b2 Get rid of carpdev, it will never be 2012-06-07 08:51:16 +00:00
Darren Embry
a0edece98b report errors adding a gateway through ajax calls 2012-05-17 18:33:21 -04:00
jim-p
76ac460bd4 $realif only exists on apply, which this code path would never touch. Change to use the configured interface instaed. Fixes #2212 2012-05-08 12:49:13 -04:00
Darren Embry
6b2d4b5a05 fix for #2356 'track interface'
convert pulldown for ipv6 prefix id to a textbox.  validation is
implemented.
2012-05-03 10:54:38 -04:00
smos
feb88a1476 Add support for SLAAC on the WAN interface, this is required for Stateless 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
2012-04-18 11:26:09 +02:00
smos
2fe06a3228 Remove this faulty piece of gateway code, it overwrites the existing entries that return_gateways_array() returns.
It doesn't take any address families into account either.
2012-04-09 16:45:02 +02:00
smos
c616b3c73e Correct the variable names for the duplicate stf check 2012-04-08 20:55:27 +02:00
smos
4e83a8f2fd Remove this piece of code, it loads even on interfaces not configured for track. Really needs asynchronous javascript. 2012-04-08 20:41:41 +02:00
smos
8b198c649f Prevent duplicate 6rd or 6to4 interfaces, these conflict and both use the 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.
2012-04-08 20:36:19 +02:00
smos
bfab24193b Add a command that should be able to extract the DUID for us. 2012-04-03 14:54:07 +02:00
smos
20a7cb1574 Add interface tracking support. With this it is now possible for dynamic IPv6 interfaces to setup the corresponding lan interface for RA.
DHCP6 with prefix delegation to follow later for automatic daisychaining.
2012-03-31 20:41:10 +02:00
smos
31c43fd38b Add 6to4 support for automatic tunneling. 2012-03-30 10:08:28 +02:00
smos
adc91ab7da Unbreak the 6rd config setting now that the javascript was fixed.
Pointy hat to /me
Ticket #2304
2012-03-29 13:40:04 +02:00
Darren Embry
f51d5d57a6 feature #2320: JS helper to toggle subnet mask for ipv4/v6 during input
http://redmine.pfsense.org/issues/2320
2012-03-28 18:50:02 -04:00
Darren Embry
a8fe61f1ed prep work for feature #2320: tag fields for ipv4v6 2012-03-28 16:56:54 -04:00
Darren Embry
2452cc37fb fix: Input validation problem with VIPs and "none" type interfaces
http://redmine.pfsense.org/issues/2291
2012-03-21 19:19:14 -04:00
Darren Embry
0b8160bbfa fix for: The javascript to enable and disable the various config boxes fail since adding the 6rd IPv6 config type
http://redmine.pfsense.org/issues/2304
2012-03-21 13:27:53 -04:00
Chris Buechler
fcbf8a6054 fix text 2012-03-21 11:54:08 -04:00
Erik Fonnesbeck
bb9d70d22b Fix code that was accidentally replaced with an older version of the code. 2012-02-26 02:31:55 -07:00
smos
12215bfb9c Update the interfaces.php for 6rd support, reflects variable changes
Adds to ticket #2117
2012-02-25 12:46:12 +01:00
Erik Fonnesbeck
055e182f01 Don't add the description either when the condition is not met, in case other required fields are later added. 2012-02-21 03:42:55 -07:00
Scott Ullrich
cb2d016444 Add missing ; 2012-02-18 14:39:39 -05:00
Joecowboy
ebc2ee612f A friend of mine was having the same issue that was stated in another pull 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 2012-02-18 12:25:14 -06:00
Namezero
cb3c3fe46e Wireless client config should allow blank SSID (resubmit, fixed blank lines) 2012-02-01 21:29:28 +01:00
smos
668e8961ff Add backend 6RD support. We don't have the required patch yet for our stf driver.
Needs hooks into our gateway code to handle the default gateway since the stf interface does use router solicitations
Adds to ticket #2117
2012-01-25 18:17:14 +01:00
smos
32dc81094b Clarify the UI text with example IPv6 prefix.
Ticket #2117
2012-01-25 15:45:07 +01:00
smos
0eb7867634 Disable debug statement
Ticket #2117
2012-01-25 15:45:06 +01:00
smos
7d56708855 Add gui knobs for 6RD support ticket #2217 2012-01-25 14:33:51 +01:00
smos
cfbfd9412b The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone.
Replacing it surpresses all the warnings
2012-01-19 20:33:41 +01:00
Namezero
32764288a8 Added support for failover radius server on wireless interface 2012-01-02 22:31:09 +01:00
smos
643c9f9f4e Fix the Off by One so that delegated prefix id 0 is shown on the LAN interface settings page. 2011-11-14 18:42:57 +01:00
Vinicius Coque
ea1cea05ee Converting javascript code from prototype to jQuery 2011-10-24 20:34:39 -02:00
Vinicius Coque
076b14b209 converting from prototype to jQuery on interfaces.php 2011-10-02 20:38:19 -03:00
jim-p
433e98427c Clarify text/settings for media selection. Fixes #1910 2011-09-28 14:41:15 -04:00
smos
9b55203f87 Show the hexadecimal value of the integer for readability 2011-09-07 13:06:57 +02:00
Seth Mos
181816f190 Reflect the dynamic(6) gateway naming change in interfaces.php too 2011-08-29 09:14:34 +02:00
smos
385ed7d0a7 Make sure to set the $pconfig prefix delegation setting from the config. 2011-08-21 10:50:09 +02:00
jim-p
6f75aab23a Fix mismatched curly brace 2011-08-20 09:28:53 -04:00
smos
6d063da352 Calculate the possible subnet ids from the delegated prefix length for the dropdown 2011-08-18 13:47:58 +02:00
smos
12de53a8fa Remove the gateway check here and always show the prefix delegation ID. Alternative we should consider a dhcp-pd type for the interface v6 address. Using a FE80::1 as the interface address for now. 2011-08-18 09:19:56 +02:00
smos
1e37f324ad Unbreak interfaces.php 2011-08-15 20:22:37 +02:00