From 6e35cf3ff997ca60cb8aedcc4ae4f34f3b81535a Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 30 Jun 2007 22:04:34 +0000 Subject: [PATCH] unbreak policy routing rules network access to LAN IP Ticket #1320 --- etc/inc/filter.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index bb0fdb3301..0dc76740b5 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -2619,7 +2619,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; }