aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-09-27 01:07:52 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-09-27 01:07:52 +0000
commitb55c9276a601c87b616cac41007af02a5e54a506 (patch)
tree6729c21166c13a585daa1012b61fc456f9fab850 /packages
parentf5a62c4372f772be7432ef3cbe1b663739d34d0a (diff)
downloadpfsense-packages-b55c9276a601c87b616cac41007af02a5e54a506.tar.gz
pfsense-packages-b55c9276a601c87b616cac41007af02a5e54a506.tar.bz2
pfsense-packages-b55c9276a601c87b616cac41007af02a5e54a506.zip
* Increase text box sizes
* Describe what type of data to enter
Diffstat (limited to 'packages')
-rw-r--r--packages/snort/snort_whitelist.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/snort/snort_whitelist.xml b/packages/snort/snort_whitelist.xml
index f0e922b8..e016db72 100644
--- a/packages/snort/snort_whitelist.xml
+++ b/packages/snort/snort_whitelist.xml
@@ -3,6 +3,7 @@
<name>snort-whitelist</name>
<version>0.1.0</version>
<title>Snort: Whitelist</title>
+ <include_file>/usr/local/pkg/snort.inc</include_file>
<!-- Menu is where this packages menu will appear -->
<tabs>
<tab>
@@ -41,14 +42,16 @@
<field>
<fielddescr>Whitelisted IP</fielddescr>
<fieldname>ip</fieldname>
- <description>Enter the IP to whitelist from snort blocking</description>
+ <description>Enter the IP or network to whitelist from snort blocking. Network items should be expressed in CIDR notation. Example: 0.0.0.0/24 or 0.0.0.0/32</description>
<type>input</type>
+ <size>40</size>
</field>
<field>
<fielddescr>Description</fielddescr>
<fieldname>description</fieldname>
<description>Enter the description for this item</description>
<type>input</type>
+ <size>60</size>
</field>
</fields>
<custom_php_command_before_form>
@@ -56,5 +59,6 @@
<custom_delete_php_command>
</custom_delete_php_command>
<custom_php_resync_config_command>
+ create_snort_conf();
</custom_php_resync_config_command>
</packagegui> \ No newline at end of file