diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-09-10 23:29:29 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-09-10 23:29:29 +0000 |
commit | 1a0cb96d71f6f55a5799d42064193a35f183da48 (patch) | |
tree | f5a6fa331500677243aa4c324bff18fa9f0380f1 /cf | |
parent | 586293d1620a159c54db41e15a49cd21d56c00a8 (diff) | |
download | pfsense-1a0cb96d71f6f55a5799d42064193a35f183da48.zip pfsense-1a0cb96d71f6f55a5799d42064193a35f183da48.tar.gz |
Revise default allow all to any rule text. Remove > and attempt to cleanup
text to make it more friendly to a new user.
Diffstat (limited to 'cf')
-rw-r--r-- | cf/conf/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml index 21c53c0..69d993e 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -496,7 +496,7 @@ <!-- <tcpidletimeout></tcpidletimeout> --> <rule> <type>pass</type> - <descr>Default LAN -> any</descr> + <descr>Default allow LAN to any rule</descr> <interface>lan</interface> <source> <network>lan</network> |