mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
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:
parent
23ffac28fa
commit
2a2f3167f9
@ -441,17 +441,6 @@
|
||||
</nat>
|
||||
<filter>
|
||||
<!-- <tcpidletimeout></tcpidletimeout> -->
|
||||
<rule>
|
||||
<type>pass</type>
|
||||
<descr>Default LAN -> any</descr>
|
||||
<interface>lan</interface>
|
||||
<source>
|
||||
<network>lan</network>
|
||||
</source>
|
||||
<destination>
|
||||
<any/>
|
||||
</destination>
|
||||
</rule>
|
||||
<!-- rule syntax:
|
||||
<rule>
|
||||
<disabled/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user