diff options
author | Ermal Luçi <eri@pfsense.org> | 2008-02-01 22:56:56 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2008-02-01 22:56:56 +0000 |
commit | 49ff6e40833bde7f14dfbe5c2d832a611e2e937c (patch) | |
tree | 6d9d77209342e74d0597068140f6ee9a5e886011 /cf/conf | |
parent | fbde3b54e6dc6f1024cf81f80e54f99f01d00faa (diff) | |
download | pfsense-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.xml | 11 |
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 -> any</descr> + <interface>lan</interface> + <source> + <network>lan</network> + </source> + <destination> + <any/> + </destination> + </rule> <!-- rule syntax: <rule> <disabled/> |