From 1e5c55bf83f798201fcb66867970486ace5d5827 Mon Sep 17 00:00:00 2001
From: Franco Fichtner
Date: Sat, 23 Jul 2016 08:13:54 +0200
Subject: [PATCH] firmware: remove EOL message
---
src/opnsense/firmware-message | 45 -----------------------------------
1 file changed, 45 deletions(-)
delete mode 100644 src/opnsense/firmware-message
diff --git a/src/opnsense/firmware-message b/src/opnsense/firmware-message
deleted file mode 100644
index d150345d6..000000000
--- a/src/opnsense/firmware-message
+++ /dev/null
@@ -1,45 +0,0 @@
-Dearest user,
-This is the EOL announcement for the 16.1 series of OPNsense. As such it
-will not receive any more updates, but the upgrade to the new 16.7 series is
-seamless, except for the following points:
-- The FreeBSD version changes from 10.2 to 10.3, mainly for driver
-updates and general sanity. Due to kernel interface changes plugins
-or custom-built kernel modules may stop working. Reinstalling the
-offending packages from the firmware pages or recompiling custom additions
-against the stable/16.7 source branch will resolve this
-problem.
-- Legacy VPN Servers for L2TP, PPPoE, and PPTP moved to plugins and need
-to be installed in order to still make use of them. Your configurations
-will persist, but may have to be adapted to adhere to the requirements of
-the MPD5 server daemon. The most important change is that your listening
-address needs to be a known address, preferably using a Virtual IP from
-the firewall settings.
-- The PPTP server redirection mode has been removed. It can be emulated
-by the two following NAT port forward rules: From incoming WAN interface,
-redirect all traffic to PPTP server IP target for protocol GRE. From
-incoming WAN interface redirect all traffic to PPTP server IP target for
-protocol TCP, port 1723. Note that due to the design of GRE, only one
-server can be reached by incoming clients at any given time.
-- The Maximum MSS option for VPN Networks moved to Firewall:
-Settings: Normalization, which can now be specified per interface and
-network.
-- The Disable firewall scrub option was removed. All scrubbing
-(including MSS clamping) can now be disabled using the Disable interface
-scrub option under Firewall: Settings: Normalization
-
- The NAT+proxy reflection option was removed and will
-automatically switch to the more flexible firewall-based NAT.
-- Due to lack of support in FreeBSD itself, the floating rules actions
-can no longer use match. The custom kernel patch that previously
-enabled selection of this behaviour has been removed.
-- The Disable Negate rule on policy routing rules option is no
-longer available as automatic VPN skip rules for policy-based routing have
-been removed. If you want to skip your VPN, please add an explicit rule.
-- The IPv6 over IPv4 tunneling option was removed. You can use
-a regular NAT rule to achieve the same result.
-Please heed these points carefully before upgrading. Backup your configs,
-preview the new version via the live CD or in a virtual machine. Create
-snapshots. If all else fails, report back
-in the forums for
-assistance. You don't have to do this on your own. :)
-Crafty Coyote, you've served us well.
-See you on the other side,
Your OPNsense team