Project

General

Profile

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

# Date Author Comment
02f44d9c 03/19/2021 07:26 PM Renato Botelho

Remove WireGuard support

Out of an abundance of caution while we investigate the claims about
WireGuard in public, we need to remove it from pfSense Plus and CE in
order to shield customers from potential risk.

(cherry picked from commit 281dede0421a0b80183ce5d0305de695eca43b7e)

db2fefc5 01/21/2021 08:57 PM Jim Pingle

Show WireGuard interface description during assignment. Issue #11277

3856366b 01/20/2021 05:27 PM Renato Botelho

Retire VXLAN support

VXLAN support is not enterprise ready and after internal discussion we
decided we are not able to support it. We are committed to release
features only when they are ready.

8f585441 01/03/2021 12:28 PM Luiz Souza

Update the Copyright year.

A subsequent commit will deal with .po's.

d4cde1bd 12/02/2020 08:24 AM Viktor Gurov

SLAAC on parent IPv4 interface fixes. Issue #9324

b6ea9c61 08/31/2020 02:48 PM Viktor Gurov

VXLAN configuration WebGUI. Feature #6240

0284d79e 01/03/2020 04:37 PM Jim Pingle

This is 2020. Issue #9245

38809d47 07/29/2019 05:50 PM Renato Botelho

Fix copyright message years to reflect BSDP -> ESF -> Netgate

f83416bd 07/29/2019 11:58 AM Renato Botelho

Normalize some copyright messages

c6c398c6 11/21/2018 06:30 PM Jim Pingle

Fix #9121: Initialize arrays to prevent PHP 7 errors

235c051f 06/05/2018 09:00 PM Jim Pingle

Rework how IPsec VTI interfaces and reqid specifications for same are formed. Ticket #8544

bd4c337c 05/30/2018 08:53 PM Jim Pingle

Please welcome routed IPsec using if_ipsec VTI interfaces. Implements #8544

To use, create a P1/P2 and set P2 to VTI using local/remote network as tunnel endpoint addresses, then assign the interface (enable, but IP type = none), and use like any other interface for routing.

179377b0 03/30/2018 11:01 PM robjarsen

Remove Whitespace

I'm aware this is a very large commit. Let me know if you'd rather have it broken down by file type (ie: PHP/shell scripts) so it would be easier to review.

-RJ

87489e5c 01/08/2018 06:50 PM Peter Schofield

re-adding changes made to fix bug#6400, includes fixes for bug#8222 and bug#8223 that were introduced with the initial commit of this code.

original pull request was #3868

e34c96a3 12/18/2017 01:55 PM Steve Beaver

Revert "Merge pull request #3868 from loonylion/master"
Caused issues reported in https://redmine.pfsense.org/issues/8223
This reverts commit 74c55258b21ada7a542965c2470fbaa45ce19689, reversing
changes made to 2acb4025ee7fef074a67d1021a5e62a0aff9fd37.

d7dc67f9 11/29/2017 06:04 PM Peter Schofield

interfaces_fast.inc: removed accidental rolling 'r' from comment
removed unused parameters from definition of convert_real_interface_to_friendly_interface_name_fast()

interfaces_assign.php: removed profiling code
removed unncessary comments...

c1a2c6c8 11/29/2017 02:57 PM Peter Schofield

Changed license as requested and added a missing apostrophe in a comment.

772a7b3d 11/12/2017 12:21 PM Peter Schofield

refactored interfaces_assign.php to to benefit people with large numbers of VLANs, as requested on the forum at https://forum.pfsense.org/index.php?topic=137391.0. Also contains a minor speedup for interfaces_vlan.php. Modified functions are contained in interfaces_fast.inc. Profiling code is still present but commented out, as is replaced code.