unbreak policy routing rules network access to LAN IP

This commit is contained in:
Scott Ullrich 2007-06-30 22:04:34 +00:00
parent daf52412e8
commit 6e35cf3ff9

View File

@ -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;
}