diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2013-12-12 09:30:20 -0500 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2013-12-12 09:30:20 -0500 |
commit | 5911bdeff000bea36ecfdd78fb49490a35ce2995 (patch) | |
tree | 6ab96f63bda3d63af00c2c051c30055b64435557 /config/snort/snort.inc | |
parent | df96cff4973bafa17872ea49a6f28e899be5ae7b (diff) | |
download | pfsense-packages-5911bdeff000bea36ecfdd78fb49490a35ce2995.tar.gz pfsense-packages-5911bdeff000bea36ecfdd78fb49490a35ce2995.tar.bz2 pfsense-packages-5911bdeff000bea36ecfdd78fb49490a35ce2995.zip |
Set sensible defaults for new SDF preproc options.
Diffstat (limited to 'config/snort/snort.inc')
-rwxr-xr-x | config/snort/snort.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc index af1c0993..221bbb34 100755 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -3123,6 +3123,8 @@ EOD; $sdf_mask_output = "\\\n\tmask_output"; else $sdf_mask_output = ""; + if (empty($snortcfg['sdf_alert_threshold'])) + $snortcfg['sdf_alert_threshold'] = 25; $sensitive_data = <<<EOD # SDF preprocessor # preprocessor sensitive_data: \ |