From 2b6e777def60692da0f3423d114daa4c366acd99 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 5 Jul 2007 18:51:51 +0000 Subject: Only pass anti-lockout traffic on $lan --- 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 eeee07f..5a1f158 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 from any to $lanip keep state label "anti-lockout web rule" +pass in quick on $lan from any to $lanip keep state label "anti-lockout web rule" EOD; } -- cgit v1.1