Project

General

Profile

Download (125 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
a236affe 02/18/2013 09:40 PM N0YB

Interfaces Types Config Sections Spacer Row

Fix spacer (last) row display inconsistency

a1e4e2a7 02/13/2013 10:40 PM Ermal LUÇI

Two interfaces, carp, ip aliases might be on the same subnet as their parent. What needs to be checked is the ip itself

e6c60013 02/11/2013 08:35 PM Renato Botelho

Check interfaces and VIP IP address overlap

- 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

85e9cfee 02/10/2013 05:40 PM Phil Davis

Validate interface IP explicitly as v4 or v6

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....

613a3cc5 02/05/2013 02:30 PM Renato Botelho

For reloadall on interface_configure() called by GUI

56756d31 02/04/2013 04:54 PM Renato Botelho

Fix add gateway validation on interface configuration. It should fix #2791

8839e3fb 02/04/2013 03:04 PM Cyrill B

Update usr/local/www/interfaces.php

Variables that equal FALSE are considered to be empty e.g. "0".

dd1fc379 01/31/2013 08:08 AM Ermal LUÇI

Actually destroy in this case

4144aa81 01/31/2013 08:07 AM Ermal LUÇI

Do the right thing here

9cd6b950 01/30/2013 06:43 PM Ermal LUÇI

Do more strict checks. Also silence some more log_error under debug. Also do some sanity checks on rc.newwanipv6 before doing any operation

18f338da 01/24/2013 10:37 AM Ermal Luçi

Correctly bring down an interface older configuration. Fixes #2758

0ff214f2 01/17/2013 11:31 AM Renato Botelho

Preserve "Idle timeout" parameter on interfaces gui. It fixes a problem pointed out on ticket #2641

a3381369 01/14/2013 01:27 PM Colin Fleming

Update PHP shorthand tag

Standardise all PHP start tags from "

6b4480dc 01/06/2013 10:59 PM Cyrill B

Add bogons update frequency selection

6ef2297b 12/09/2012 01:02 AM Erik Fonnesbeck

Add extra checks for reading and saving certain wireless settings and fix an existing check.

af13aad6 11/22/2012 03:04 PM Ermal LUÇI

Fix syntax and do not commit late :)

70e46e62 11/21/2012 11:07 PM Ermal LUÇI

The pppoe handle script

31fcd0bd 11/15/2012 09:54 PM Jim Pingle

Add extra safety belts here.

2a2b247b 10/26/2012 08:10 PM Jim Pingle

Standardize hypenation and capitalization of Pre-Shared Key

b32dd0a6 08/10/2012 05:32 PM Jim Pingle

Activate new shortcuts/status in the rest of the areas that are currently setup.

3e662cb0 06/07/2012 08:51 AM Ermal LUÇI

Get rid of carpdev, it will never be

a0edece9 05/17/2012 10:33 PM Darren Embry

report errors adding a gateway through ajax calls

76ac460b 05/08/2012 04:49 PM Jim Pingle

$realif only exists on apply, which this code path would never touch. Change to use the configured interface instaed. Fixes #2212

6b2d4b5a 05/03/2012 02:54 PM Darren Embry

fix for #2356 'track interface'

convert pulldown for ipv6 prefix id to a textbox. validation is
implemented.

feb88a14 04/18/2012 09:26 AM Seth Mos

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....

2fe06a32 04/09/2012 02:45 PM Seth Mos

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.

c616b3c7 04/08/2012 06:55 PM Seth Mos

Correct the variable names for the duplicate stf check

4e83a8f2 04/08/2012 06:41 PM Seth Mos

Remove this piece of code, it loads even on interfaces not configured for track. Really needs asynchronous javascript.

8b198c64 04/08/2012 06:36 PM Seth Mos

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.

bfab2419 04/03/2012 12:54 PM Seth Mos

Add a command that should be able to extract the DUID for us.

20a7cb15 03/31/2012 06:41 PM Seth Mos

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.

31c43fd3 03/30/2012 08:08 AM Seth Mos

Add 6to4 support for automatic tunneling.

adc91ab7 03/29/2012 11:40 AM Seth Mos

Unbreak the 6rd config setting now that the javascript was fixed.
Pointy hat to /me
Ticket #2304

f51d5d57 03/28/2012 10:50 PM Darren Embry

feature #2320: JS helper to toggle subnet mask for ipv4/v6 during input

http://redmine.pfsense.org/issues/2320

a8fe61f1 03/28/2012 08:56 PM Darren Embry

prep work for feature #2320: tag fields for ipv4v6

2452cc37 03/21/2012 11:19 PM Darren Embry

fix: Input validation problem with VIPs and "none" type interfaces

http://redmine.pfsense.org/issues/2291

0b8160bb 03/21/2012 05:27 PM Darren Embry

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

fcbf8a60 03/21/2012 03:54 PM Chris Buechler

fix text

bb9d70d2 02/26/2012 09:31 AM Erik Fonnesbeck

Fix code that was accidentally replaced with an older version of the code.

12215bfb 02/25/2012 11:46 AM Seth Mos

Update the interfaces.php for 6rd support, reflects variable changes
Adds to ticket #2117

055e182f 02/21/2012 10:42 AM Erik Fonnesbeck

Don't add the description either when the condition is not met, in case other required fields are later added.

cb2d0164 02/18/2012 07:39 PM Scott Ullrich

Add missing ;

ebc2ee61 02/18/2012 06:25 PM Daniel Rasmussen

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

cb3c3fe4 02/01/2012 08:29 PM Andy I.

Wireless client config should allow blank SSID (resubmit, fixed blank lines)

668e8961 01/25/2012 05:17 PM Seth Mos

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

32dc8109 01/25/2012 02:45 PM Seth Mos

Clarify the UI text with example IPv6 prefix.
Ticket #2117

0eb78676 01/25/2012 02:45 PM Seth Mos

Disable debug statement
Ticket #2117

7d567088 01/25/2012 01:33 PM Seth Mos

Add gui knobs for 6RD support ticket #2217

cfbfd941 01/19/2012 07:33 PM Seth Mos

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

32764288 01/02/2012 09:31 PM Andy I.

Added support for failover radius server on wireless interface

643c9f9f 11/14/2011 05:42 PM Seth Mos

Fix the Off by One so that delegated prefix id 0 is shown on the LAN interface settings page.

ea1cea05 10/24/2011 10:34 PM Vinícius Coque

Converting javascript code from prototype to jQuery

076b14b2 10/02/2011 11:38 PM Vinicius Coque

converting from prototype to jQuery on interfaces.php

433e9842 09/28/2011 06:41 PM Jim Pingle

Clarify text/settings for media selection. Fixes #1910

9b55203f 09/07/2011 11:06 AM Seth Mos

Show the hexadecimal value of the integer for readability

181816f1 08/29/2011 07:14 AM Seth Mos

Reflect the dynamic(6) gateway naming change in interfaces.php too

385ed7d0 08/21/2011 08:50 AM Seth Mos

Make sure to set the $pconfig prefix delegation setting from the config.

6f75aab2 08/20/2011 01:28 PM Jim Pingle

Fix mismatched curly brace

6d063da3 08/18/2011 11:47 AM Seth Mos

Calculate the possible subnet ids from the delegated prefix length for the dropdown

12de53a8 08/18/2011 07:19 AM Seth Mos

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.

1e37f324 08/15/2011 06:22 PM Seth Mos

Unbreak interfaces.php

20b49b17 08/15/2011 01:54 PM Seth Mos

Fix a typo that caused stripping of the v4 config

e029943a 08/15/2011 12:15 PM Seth Mos

Split the IPv4 and IPv6 configuration out into 2 seperate drop downs.

233e2af1 08/02/2011 07:59 PM Jim Pingle

If no pppoe service name is configured, send a null service name. Seems to help clients especially when reconnecting.

b1e4005f 07/18/2011 06:33 PM Vinicius Coque

removes variables concatenation on gettext strings

d1d0a1ad 07/18/2011 05:33 PM Vinicius Coque

makes correct use of printf and gettext

removes variables names and replace it with '%s'

156bf9b1 06/08/2011 06:13 PM Jim Pingle

Merge remote branch 'upstream/master'

cf371185 06/05/2011 03:18 AM Chris Buechler

s/WAN//

14c354ee 06/05/2011 02:58 AM Chris Buechler

fix typo, add warning

534375b6 06/03/2011 07:34 PM Jim Pingle

Merge remote branch 'upstream/master'

Conflicts:
etc/inc/openvpn.inc

0640a65b 06/02/2011 01:07 PM Jim Pingle

Add "Default" choice that will unset the media/mediaopt, otherwise whatever is first in the list is saved in the config.

58005e52 06/01/2011 01:00 PM Jim Pingle

Merge remote branch 'upstream/master'

Conflicts:
conf.default/config.xml
etc/inc/filter.inc
etc/inc/globals.inc
etc/inc/pfsense-utils.inc
etc/inc/upgrade_config.inc
usr/local/www/interfaces.php

ce91583b 05/28/2011 04:19 PM Ermal LUÇI

Merge pull request #1 from EvgenyY/6e2a15e677fa0558ba0c9b1700be38f4065a76f6

Speed/duplex select for interfaces

6e2a15e6 05/27/2011 03:21 PM Evgeny Yurchenko

Hiding mediaopt under Advanced button

7a18dfa4 05/23/2011 02:56 PM Luiz Gustavo S. Costa

Fixes #1444. Implements the same fix that issue ermal made in #1522 to the console menu

509ca889 05/21/2011 03:35 PM Evgeny Yurchenko

Adding gui to choose media options for interfaces.

27d0722d 05/19/2011 12:50 PM Jim Pingle

Merge remote branch 'upstream/master'

bb4fcffd 05/18/2011 09:54 PM Ermal LUÇI

Fixes #1522. Call interface reconfigure so we bring down the interface and than re-configure it.

69be9601 05/13/2011 11:43 AM Seth Mos

Merge remote branch 'upstream/master'

Conflicts:
etc/inc/vslb.inc
etc/version

ed395640 05/06/2011 12:09 PM Seth Mos

Add DHCP-PD support if the WAN interface is set to DHCP.
Select a DHCP-PD prefix length in correspondence with your ISP. If set to "none" it will not be requested and normal DHCPv6 is performed.
You can set a link local IPv6 address on the LAN interface and select a DHCP-PD Prefix number from the drop down....

0d8562ed 05/05/2011 07:46 PM Charlie

Fix the parse error, missing bracket.

7149c4e7 05/05/2011 07:29 PM Seth Mos

Add backend support for the dhcp v6 client

8b1e7d04 05/04/2011 09:54 PM Ermal LUÇI

Correct wrong key for checking if a interface type switched. Ticket #1420

a9543eae 05/04/2011 12:26 PM Seth Mos

Remove the dhcp6 type, add the DUID field to the dhcp config.

b9bbae04 04/15/2011 12:53 PM Jim Pingle

Move the link to add a gateway up next to the drop-down box so it is more obvious.

6d3fd938 04/15/2011 12:37 PM Seth Mos

Change the wording and the link placement for adding a new gateway

cfd40454 04/15/2011 08:41 AM Seth Mos

Make it possible to add a IPv6 gateway using the ajax add button

96d0233c 03/24/2011 03:23 PM Seth Mos

Forgot to add the dollar sign to make it a variable

ee5c01b5 03/24/2011 02:51 PM Seth Mos

Remove the old v6 address using the -alias method

126f5314 03/24/2011 07:42 AM Seth Mos

Merge remote branch 'upstream/master'

Conflicts:
etc/inc/rrd.inc
usr/local/www/interfaces.php

e4d40f41 03/22/2011 12:44 AM Marcus Brown

Update GUI to enable L2TP client configuration.

c271c485 03/17/2011 11:45 AM Seth Mos

enlarge various address fields for IPv6 addresses

56f024e8 02/06/2011 09:32 PM Scott Ullrich

Add <br/> between ipv6 and ipv4 blocks

b32ccfce 02/06/2011 08:03 PM Seth Mos

Merge remote branch 'upstream/master'

1f676b67 02/03/2011 07:12 PM Ermal LUÇI

Ticket #259. Actually kill dhlient when the interface type changes before going through apply changes otherwise the information would be lost and dhclient will remain running.

1f74cd2d 01/18/2011 08:10 AM Seth Mos

Merge remote branch 'upstream/master'

Conflicts:
etc/inc/interfaces.inc
etc/inc/system.inc

10e4d55e 01/09/2011 06:29 PM Pierre POMES

Fix HTML errors reported by Eclipse using PHP perspective

1930ccb6 12/22/2010 02:05 PM Erik Fonnesbeck

Modify comparisons for antenna settings to be more restrictive. Might help with ticket #1121

81afb509 12/20/2010 08:06 PM Seth Mos

Merge remote branch 'upstream/master'

Conflicts:
etc/inc/interfaces.inc
etc/inc/vslb.inc
usr/local/www/interfaces.php

ef130e9f 12/06/2010 08:16 PM Ermal LUÇI

Ticket #829. Allow the user to change from ppp* type to static or dhcp type interface from interfaces.php.