From fbde3b54e6dc6f1024cf81f80e54f99f01d00faa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=C3=A7i?= Date: Fri, 1 Feb 2008 22:02:42 +0000 Subject: Correctly escape special characters. --- 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 ae33a5e..ea51b78 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -2331,7 +2331,7 @@ block out $log all label "Default deny rule" #-------------------------------------------------------------------------- # default LAN pass rule #-------------------------------------------------------------------------- -pass in on \$lan from $lan:network to any keep state +pass in on \$lan from \$lan:network to any keep state # We use the mighty pf, we cannot be fooled. block quick proto { tcp, udp } from any port = 0 to any -- cgit v1.1