diff options
author | robiscool <robrob2626@yahoo.com> | 2010-04-27 23:15:56 -0700 |
---|---|---|
committer | robiscool <robrob2626@yahoo.com> | 2010-04-27 23:16:44 -0700 |
commit | 20ded7753eba0d96560e715a0b07c38e6dbf8a07 (patch) | |
tree | d6e51be135db4c1f9ce79a296360f2037f64bb2d /config/snort/snort_preprocessors.php | |
parent | 0e246330ee7178450c588901a4ae362c6e21aa9e (diff) | |
download | pfsense-packages-20ded7753eba0d96560e715a0b07c38e6dbf8a07.tar.gz pfsense-packages-20ded7753eba0d96560e715a0b07c38e6dbf8a07.tar.bz2 pfsense-packages-20ded7753eba0d96560e715a0b07c38e6dbf8a07.zip |
snort, add suppress tab, fix javascript on pfsense 2.0
Diffstat (limited to 'config/snort/snort_preprocessors.php')
-rw-r--r-- | config/snort/snort_preprocessors.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/snort/snort_preprocessors.php b/config/snort/snort_preprocessors.php index 5875ab70..a96c866a 100644 --- a/config/snort/snort_preprocessors.php +++ b/config/snort/snort_preprocessors.php @@ -107,6 +107,7 @@ if (isset($id) && $a_nat[$id]) { $pconfig['whitelistname'] = $a_nat[$id]['whitelistname']; $pconfig['homelistname'] = $a_nat[$id]['homelistname']; $pconfig['externallistname'] = $a_nat[$id]['externallistname']; + $pconfig['suppresslistname'] = $a_nat[$id]['suppresslistname']; $pconfig['performance'] = $a_nat[$id]['performance']; $pconfig['blockoffenders7'] = $a_nat[$id]['blockoffenders7']; $pconfig['alertsystemlog'] = $a_nat[$id]['alertsystemlog']; @@ -208,6 +209,7 @@ $d_snortconfdirty_path = "/var/run/snort_conf_{$snort_uuid}_{$if_real}.dirty"; if ($pconfig['whitelistname'] != "") { $natent['whitelistname'] = $pconfig['whitelistname']; } if ($pconfig['homelistname'] != "") { $natent['homelistname'] = $pconfig['homelistname']; } if ($pconfig['externallistname'] != "") { $natent['externallistname'] = $pconfig['externallistname']; } + if ($pconfig['suppresslistname'] != "") { $natent['suppresslistname'] = $pconfig['suppresslistname']; } /* post new options */ |