diff options
author | Ermal Luçi <eri@pfsense.org> | 2008-02-01 22:59:37 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2008-02-01 22:59:37 +0000 |
commit | 501958ca18d633047eab2be590589b984f773101 (patch) | |
tree | d4704a35acbb70e7b878089e66ce2416f74f00c1 /etc | |
parent | 49ff6e40833bde7f14dfbe5c2d832a611e2e937c (diff) | |
download | pfsense-501958ca18d633047eab2be590589b984f773101.zip pfsense-501958ca18d633047eab2be590589b984f773101.tar.gz |
Revert to retain compatibility with the GUI.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/filter.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index ea51b78..640e2c4 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -2328,11 +2328,6 @@ function filter_rules_generate() { block in $log all label "Default deny rule" block out $log all label "Default deny rule" -#-------------------------------------------------------------------------- -# default LAN pass rule -#-------------------------------------------------------------------------- -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 block quick proto { tcp, udp } from any to any port = 0 |