summaryrefslogtreecommitdiffstats
path: root/cf/conf
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-02-01 22:56:56 +0000
committerErmal Luçi <eri@pfsense.org>2008-02-01 22:56:56 +0000
commit49ff6e40833bde7f14dfbe5c2d832a611e2e937c (patch)
tree6d9d77209342e74d0597068140f6ee9a5e886011 /cf/conf
parentfbde3b54e6dc6f1024cf81f80e54f99f01d00faa (diff)
downloadpfsense-49ff6e40833bde7f14dfbe5c2d832a611e2e937c.zip
pfsense-49ff6e40833bde7f14dfbe5c2d832a611e2e937c.tar.gz
Revert previous patch to retain compatibility in the GUI.
Diffstat (limited to 'cf/conf')
-rw-r--r--cf/conf/config.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml
index 28ae952..4df2ab2 100644
--- a/cf/conf/config.xml
+++ b/cf/conf/config.xml
@@ -441,6 +441,17 @@
</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