summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-02-01 21:59:47 +0000
committerErmal Luçi <eri@pfsense.org>2008-02-01 21:59:47 +0000
commit2a2f3167f9fa0b70af2d109aeb814fae3baff478 (patch)
tree616955fafe72fcd217b7e27574b929fff508d03d
parent23ffac28fa63428cba69c4a29d1012e506bd7058 (diff)
downloadpfsense-2a2f3167f9fa0b70af2d109aeb814fae3baff478.zip
pfsense-2a2f3167f9fa0b70af2d109aeb814fae3baff478.tar.gz
Add defualt pass rule on lan interface and remove it from config.
It is a default policy so lets keep it with defaults and let the user override it when pleases. Remove it from here since it is part of the default policy and allow that on a new installation, after shaper wizard run packets don't go to the default queue.
-rw-r--r--cf/conf/config.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml
index 4df2ab2..28ae952 100644
--- a/cf/conf/config.xml
+++ b/cf/conf/config.xml
@@ -441,17 +441,6 @@
</nat>
<filter>
<!-- <tcpidletimeout></tcpidletimeout> -->
- <rule>
- <type>pass</type>
- <descr>Default LAN -&gt; any</descr>
- <interface>lan</interface>
- <source>
- <network>lan</network>
- </source>
- <destination>
- <any/>
- </destination>
- </rule>
<!-- rule syntax:
<rule>
<disabled/>
OpenPOWER on IntegriCloud