summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-07-05 22:04:29 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-07-05 22:04:29 +0000
commit8e537b3c6e691b761b47a84c7f0e964657c77c52 (patch)
tree4545b24cb4b1137ef8a24e296a73e1a32962c0c0 /etc
parentf2d7bc114c3b4a18ae607ad30a97b4e8dd8568be (diff)
downloadpfsense-8e537b3c6e691b761b47a84c7f0e964657c77c52.zip
pfsense-8e537b3c6e691b761b47a84c7f0e964657c77c52.tar.gz
Use $lanif for lan anti-lockout rule
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 2509c69..50ceb3d 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2626,7 +2626,7 @@ EOD;
# make sure the user cannot lock himself out of the webGUI or SSH
anchor "anti-lockout"
-pass in quick on \$lan from any to $lanip keep state label "anti-lockout web rule"
+pass in quick on $lanif from any to $lanip keep state label "anti-lockout web rule"
EOD;
}
OpenPOWER on IntegriCloud