summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-11-21 23:17:32 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-11-21 23:17:32 +0000
commit250845dec301fb9a44f2c8c5f877bdb6bc9f7cb2 (patch)
tree5d8d92589ec09dd98aeb3f896270905f37af45d0 /etc/inc/filter.inc
parent68bf32daaf62dc1a09588d5c5fb98f78d507a04f (diff)
downloadpfsense-250845dec301fb9a44f2c8c5f877bdb6bc9f7cb2.zip
pfsense-250845dec301fb9a44f2c8c5f877bdb6bc9f7cb2.tar.gz
Remove ftpproxy anchor that is not needed by ftp-proxy.
Noticed-by: lsf
Diffstat (limited to 'etc/inc/filter.inc')
-rw-r--r--etc/inc/filter.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 4ad1956..85d4732 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2768,7 +2768,6 @@ EOD;
$ipfrules .= "\n# SSH lockout\n";
$ipfrules .= "block in log proto tcp from <sshlockout> to any port 22 label \"sshlockout\"\n\n";
- $ipfrules .= "anchor \"ftpproxy\"\n";
$ipfrules .= "anchor \"ftp-proxy/*\"\n";
$ipfrules .= process_carp_rules();
OpenPOWER on IntegriCloud