summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-24 20:33:43 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-24 20:33:43 +0000
commitab1f7fb608839fc9e391221508dd5fed1258cd68 (patch)
treefb808dd125aab662807a404abbff7bbc99eff921 /etc/inc
parent231fc0d4f1209daf89b598227704de2dc99f5a04 (diff)
downloadpfsense-ab1f7fb608839fc9e391221508dd5fed1258cd68.zip
pfsense-ab1f7fb608839fc9e391221508dd5fed1258cd68.tar.gz
pftpx anchor should be on top
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/filter.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index cac4fe1..10da0b3 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1488,6 +1488,8 @@ EOD;
$ipfrules .= <<<EOD
+anchor "pftpx/*"
+
# WAN spoof check
anchor "wanspoof"
block in $log quick on $wanif from $lansa/$lansn to any label "WAN spoof check"
@@ -1646,7 +1648,7 @@ pass in quick proto udp from any to any port = 5050 keep state label "BigPond he
# package manager late specific hook
anchor "packagelate"
-anchor "pftpx/*"
+
EOD;
}
OpenPOWER on IntegriCloud