summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-06-30 22:04:53 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-06-30 22:04:53 +0000
commit0ec2b73d2624e17f97d3123e5437ecb9a5c9d1a6 (patch)
tree93603e9d5568c2d331eb3690293156ba65954e36 /etc
parentf7c2ef28c68e97245782a47190ad951f0965cfa0 (diff)
downloadpfsense-0ec2b73d2624e17f97d3123e5437ecb9a5c9d1a6.zip
pfsense-0ec2b73d2624e17f97d3123e5437ecb9a5c9d1a6.tar.gz
unbreak policy routing rules network access to LAN IP Ticket #1320
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 2271bb0..81e8126 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2607,7 +2607,7 @@ EOD;
# make sure the user cannot lock himself out of the webGUI or SSH
anchor "anti-lockout"
-pass in quick from {$lansa}/{$lansn} to $lanip keep state label "anti-lockout web rule"
+pass in quick from any to $lanip keep state label "anti-lockout web rule"
EOD;
}
OpenPOWER on IntegriCloud