From cd79b2bc831fc42bbd73067c7770272cf29b946f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=C3=A7i?= Date: Tue, 9 Sep 2008 15:36:40 +0000 Subject: [PATCH] If we are an single interface setup we need the anti-lockout rule for wan so correct the parameter to find the right interface. --- 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 61ba59042c..2afaf179c6 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -2228,7 +2228,7 @@ pass in quick on {$lanif} from any to ({$lanif}) keep state label "anti-lockout EOD; } else { /* single-interface deployment, add to WAN */ - $wanif = get_real_wan_interface("lan"); + $wanif = get_real_wan_interface("wan"); $ipfrules .= <<