Commit Graph

402 Commits

Author SHA1 Message Date
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
Seth Mos
20b49b1711 Fix a typo that caused stripping of the v4 config 2011-08-15 15:54:14 +02:00
Seth Mos
e029943a10 Split the IPv4 and IPv6 configuration out into 2 seperate drop downs. 2011-08-15 14:15:25 +02:00
jim-p
233e2af1f4 If no pppoe service name is configured, send a null service name. Seems to help clients especially when reconnecting. 2011-08-02 15:59:11 -04:00
Vinicius Coque
b1e4005f9f removes variables concatenation on gettext strings 2011-07-18 15:33:28 -03:00
Vinicius Coque
d1d0a1ad1b makes correct use of printf and gettext
removes variables names and replace it with '%s'
2011-07-18 14:33:20 -03:00
jim-p
156bf9b119 Merge remote branch 'upstream/master' 2011-06-08 14:13:22 -04:00
Chris Buechler
cf3711855b s/WAN// 2011-06-04 23:18:34 -04:00
Chris Buechler
14c354eec1 fix typo, add warning 2011-06-04 22:58:13 -04:00
jim-p
534375b6f0 Merge remote branch 'upstream/master'
Conflicts:
	etc/inc/openvpn.inc
2011-06-03 15:34:54 -04:00
jim-p
0640a65b13 Add "Default" choice that will unset the media/mediaopt, otherwise whatever is first in the list is saved in the config. 2011-06-02 09:07:26 -04:00