summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-02-01 22:02:42 +0000
committerErmal Luçi <eri@pfsense.org>2008-02-01 22:02:42 +0000
commitfbde3b54e6dc6f1024cf81f80e54f99f01d00faa (patch)
treef7baf23c33357aea6f7c4d7717eb0c3e9a6b6521
parent2a2f3167f9fa0b70af2d109aeb814fae3baff478 (diff)
downloadpfsense-fbde3b54e6dc6f1024cf81f80e54f99f01d00faa.zip
pfsense-fbde3b54e6dc6f1024cf81f80e54f99f01d00faa.tar.gz
Correctly escape special characters.
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud