diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2014-04-02 15:21:59 -0400 |
---|---|---|
committer | Ermal <ermal.luci@gmail.com> | 2014-04-08 08:47:26 +0000 |
commit | bafb9b1d382db6a5fe57be28628394a21bc3ee9f (patch) | |
tree | dfc4590342e7c03a15d254eda0c7fcde9917b2a7 /config/snort | |
parent | 15f1cf3eef2c09b69e029a6dda9694634dc44774 (diff) | |
download | pfsense-packages-bafb9b1d382db6a5fe57be28628394a21bc3ee9f.tar.gz pfsense-packages-bafb9b1d382db6a5fe57be28628394a21bc3ee9f.tar.bz2 pfsense-packages-bafb9b1d382db6a5fe57be28628394a21bc3ee9f.zip |
Remove EXPERIMENTAL from page title.
Diffstat (limited to 'config/snort')
-rwxr-xr-x | config/snort/snort_sync.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/config/snort/snort_sync.xml b/config/snort/snort_sync.xml index 14a13321..2b9594ea 100755 --- a/config/snort/snort_sync.xml +++ b/config/snort/snort_sync.xml @@ -47,7 +47,7 @@ POSSIBILITY OF SUCH DAMAGE. <faq>Currently there are no FAQ items provided.</faq> <name>snortsync</name> <version>1.0</version> - <title>Snort: XMLRPC Sync (EXPERIMENTAL)</title> + <title>Snort: XMLRPC Sync</title> <include_file>/usr/local/pkg/snort/snort.inc</include_file> <tabs> <tab> @@ -71,14 +71,18 @@ POSSIBILITY OF SUCH DAMAGE. <url>/snort/snort_blocked.php</url> </tab> <tab> - <text>Whitelists</text> - <url>/snort/snort_interfaces_whitelist.php</url> + <text>Pass Lists</text> + <url>/snort/snort_passlist.php</url> </tab> <tab> <text>Suppress</text> <url>/snort/snort_interfaces_suppress.php</url> </tab> <tab> + <text>IP Lists</text> + <url>/snort/snort_ip_list_mgmt.php</url> + </tab> + <tab> <text>Sync</text> <url>/pkg_edit.php?xml=snort/snort_sync.xml</url> <active/> @@ -180,10 +184,6 @@ POSSIBILITY OF SUCH DAMAGE. </rowhelperfield> </rowhelper> </field> - <field> - <name>WARNING: This feature is considered experimental and not recommended for production use</name> - <type>listtopic</type> - </field> </fields> <custom_delete_php_command> </custom_delete_php_command> |