summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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