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.
This commit is contained in:
Ermal Luçi 2008-02-01 21:59:47 +00:00
parent 23ffac28fa
commit 2a2f3167f9

View File

@ -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/>