diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-10-08 19:46:02 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-10-08 19:46:02 +0000 |
commit | c9a7f5faa06ca4b8256a338f6ff8928cbfd545d2 (patch) | |
tree | 41cff21f600ed89242f7f219f7050057f50f1cf6 /packages | |
parent | 57b914c794f0b1a38f7b1cb6cb8c62d51aba21fb (diff) | |
download | pfsense-packages-c9a7f5faa06ca4b8256a338f6ff8928cbfd545d2.tar.gz pfsense-packages-c9a7f5faa06ca4b8256a338f6ff8928cbfd545d2.tar.bz2 pfsense-packages-c9a7f5faa06ca4b8256a338f6ff8928cbfd545d2.zip |
Add notes about the default values.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/snort/snort_advanced.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/snort/snort_advanced.xml b/packages/snort/snort_advanced.xml index 369d36f2..9799c54e 100644 --- a/packages/snort/snort_advanced.xml +++ b/packages/snort/snort_advanced.xml @@ -38,19 +38,19 @@ <field> <fielddescr>BPF Buffer size</fielddescr> <fieldname>bpfbufsize</fieldname> - <description>Changing this option adjusts the system BPF buffer size. Leave blank if you do not know what this does.</description> + <description>Changing this option adjusts the system BPF buffer size. Leave blank if you do not know what this does. Default is 1024.</description> <type>input</type> </field> <field> <fielddescr>Maximum BPF buffer size</fielddescr> <fieldname>bpfmaxbufsize</fieldname> - <description>Changing this option adjusts the system maximum BPF buffer size. Leave blank if you do not know what this does.</description> + <description>Changing this option adjusts the system maximum BPF buffer size. Leave blank if you do not know what this does. Default is 512.</description> <type>input</type> </field> <field> <fielddescr>Maximum BPF inserts</fielddescr> <fieldname>bpfmaxinsns</fieldname> - <description>Changing this option adjusts the system maximum BPF insert size. Leave blank if you do not know what this does.</description> + <description>Changing this option adjusts the system maximum BPF insert size. Leave blank if you do not know what this does. Default is 524288.</description> <type>input</type> </field> </fields> |