Project

General

Profile

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

# Date Author Comment
2acd4b19 01/14/2016 10:27 AM Renato Botelho

Simplify logic

471e7c3a 01/13/2016 05:36 PM Jim Pingle

Prevent GIF/GRE from making dummy/unusable gateways that show up for monitoring/routing/etc. Fixes #5766

9099d1cf 01/13/2016 04:30 PM Stephen Beaver

Update copyright notice

97dbeff6 01/12/2016 02:35 PM Renato Botelho

Fix attribution. Spotted-by BBcan177

f52508b7 01/12/2016 10:44 AM Renato Botelho

Add missing spaces

12ca72ba 01/11/2016 08:20 PM Renato Botelho

Rework a bit interface_mtu_wanted_for_pppoe(), no functional changes

60e15be2 12/31/2015 01:46 PM David Wood

Merge remote-tracking branch 'upstream/master' into rfc4638, fix conflict with c399d0d

c399d0dd 12/29/2015 03:49 PM Renato Botelho

Restore default MTU when field is cleared. Fixes #3926

6aa3723a 12/15/2015 06:03 PM Renato Botelho

Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used

4e322e2c 12/10/2015 03:09 PM Phil Davis

Code style and white space in etc

03a4e05d 11/30/2015 06:03 PM Renato Botelho

Merge pull request #2091 from mb300sd/patch-2

329b8d92 11/27/2015 05:59 PM Luiz Souza

Make interface_vlan_configure() compatible with the new pfSense PHP module.

Allow the VLAN pcp setting.

While here, fix a bug when editing a VLAN. Make sure it is destroyed before it can be recreated.

Pull Request #1757. Ticket #4133

a5bed5a2 11/26/2015 10:16 PM Luiz Souza

Convert CARP interface name to uniqid notation. Ticket #4858

8367bd1c 11/26/2015 08:08 PM Luiz Souza

Only add the parentheses when there is a valid description.

525c9b73 11/26/2015 08:02 PM Luiz Souza

Pass the original interface and the correct address family to identify the real carp interface and retrieves its IP address. Ticket #4021

5eb59cee 11/25/2015 01:58 AM Luiz Souza

Fix get_interface_ip() to not return an IPv4 for a link-local request.

Fix get_interface_ipv6() to check for link-local prefix in original interface.

This fixes the generated unbound config, now it is possible to specify link-local addresses. Ticket #4021

f1f50058 11/20/2015 03:08 AM mb300sd mb300sd

Fix x-in-ipv6 tunnels for gre and gif

90987191 11/18/2015 12:55 PM Doktor Notor

interfaces.inc - use full paths to executables

16060c78 11/16/2015 06:09 PM Stephen Beaver

Fixed #5123

94d494fb 11/10/2015 04:20 PM Luiz Souza

Catch one more possibility for the IPSEC interface name, this match the code used in other places.

b061a3c6 10/22/2015 06:13 PM Matthew Smith

Remove config stuff for WEP. on upgrade, disable WEP on interfaces that have it configured and disable those interfaces and generate a notice. Fixes #5123.

2e4cad90 10/11/2015 03:38 AM David Wood

Coding style fixes in interface_mtu_wanted_for_pppoe()

80f142db 10/11/2015 02:30 AM David Wood

Limit interface MTU to 1500 if no explicit MTU configured

Without this change, setting the MTU of a PPPoE interface with a
VLAN parent interface above 1492 will result in the MTU of other
VLANs on the same physical NIC that are not explicitly configured
to rise above 1500. It seems unwise - and a Principle of Least...

6a74d2d7 10/11/2015 02:26 AM David Wood

Add RFC4638 support (MTU > 1492) to the PPPoE client

4cd0e27d 10/11/2015 02:17 AM David Wood

Adjust interface MTUs for PPPoE but do not override explicitly configured MTUs

65176697 10/11/2015 01:59 AM David Wood

Add interface_mtu_wanted_for_pppoe()

Returns the MTU wanted if an interface or vlan is used as a PPPoE port.

dec8e5ff 10/11/2015 01:59 AM David Wood

get_parent_interface() - add support for vlans configured as a vlan but not an interface

One scenario when this happens is a vlan used solely as a PPPoE port.

6990ad35 09/16/2015 08:58 AM Phil Davis

White space and minor bits in etc

Cleaner version of https://github.com/pfsense/pfsense/pull/1846

cc493d00 09/16/2015 07:43 AM Chris Buechler

Merge pull request #1886 from doktornotor/patch-7

c9d46a8e 09/15/2015 09:20 PM Renato Botelho

Retire PPTP server, fixes #4226:

- Remove PPTP server and all related code
- Bump config version 12.2
- Write upgrade config code to remove pptpd section and also cleanup
firewall and NAT rules using PPTP interface or src/des

5fb4bbfd 09/08/2015 07:15 AM Doktor Notor

Fix incorrect identification of IPv6 interface with PPP-type interfaces and DHCP6

This has been broken ever since commited in 420aa48

As noted on https://redmine.pfsense.org/issues/3670 - the get_interface_ipv6() function in /etc/inc/interfaces.php incorrectly identifies the interface as the physical hardware interface. As a result, no global IPv6 address can be found (empty $ifcfgipv6) - https://redmine.pfsense.org/issues/3556

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/