summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/easyrule.inc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-09-15 17:45:00 -0300
committerRenato Botelho <renato@netgate.com>2015-09-15 18:20:59 -0300
commitc9d46a8e801650dccea466f86c81df3fa626713c (patch)
tree725930cf412266bf2cb27ecef4ad8d08ac175489 /src/etc/inc/easyrule.inc
parentb8bb09bd4b55047f10e01c7ec91b3d29e1f70016 (diff)
downloadpfsense-c9d46a8e801650dccea466f86c81df3fa626713c.zip
pfsense-c9d46a8e801650dccea466f86c81df3fa626713c.tar.gz
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
Diffstat (limited to 'src/etc/inc/easyrule.inc')
-rw-r--r--src/etc/inc/easyrule.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/etc/inc/easyrule.inc b/src/etc/inc/easyrule.inc
index c46e84d..dbb8cfc 100644
--- a/src/etc/inc/easyrule.inc
+++ b/src/etc/inc/easyrule.inc
@@ -43,10 +43,6 @@ function easyrule_find_rule_interface($int) {
/* Borrowed from firewall_rules.php */
$iflist = get_configured_interface_with_descr(false, true);
- if ($config['pptpd']['mode'] == "server") {
- $iflist['pptp'] = "PPTP VPN";
- }
-
if ($config['pppoe']['mode'] == "server") {
$iflist['pppoe'] = "PPPoE Server";
}
OpenPOWER on IntegriCloud