From 8e537b3c6e691b761b47a84c7f0e964657c77c52 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 5 Jul 2007 22:04:29 +0000 Subject: Use $lanif for lan anti-lockout rule --- etc/inc/filter.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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; } -- cgit v1.1