aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort-dev/snort_interfaces_edit.php
diff options
context:
space:
mode:
authorrobiscool <robrob2626@yahoo.com>2009-12-20 11:16:38 -0800
committerrobiscool <robrob2626@yahoo.com>2009-12-20 11:17:15 -0800
commitee65b76ebb2fc0ba3446381995aa6dadbb095edc (patch)
treefead73fd40a61bcf33782aeb4247a2f84a1b232d /config/snort-dev/snort_interfaces_edit.php
parent6102105a07880d0dafb02c33019e23fe9491ec1c (diff)
downloadpfsense-packages-ee65b76ebb2fc0ba3446381995aa6dadbb095edc.tar.gz
pfsense-packages-ee65b76ebb2fc0ba3446381995aa6dadbb095edc.tar.bz2
pfsense-packages-ee65b76ebb2fc0ba3446381995aa6dadbb095edc.zip
snort-dev, adjust xml, snort.inc and paths
Diffstat (limited to 'config/snort-dev/snort_interfaces_edit.php')
-rw-r--r--config/snort-dev/snort_interfaces_edit.php34
1 files changed, 17 insertions, 17 deletions
diff --git a/config/snort-dev/snort_interfaces_edit.php b/config/snort-dev/snort_interfaces_edit.php
index 32fa911e..9b10bdf6 100644
--- a/config/snort-dev/snort_interfaces_edit.php
+++ b/config/snort-dev/snort_interfaces_edit.php
@@ -167,26 +167,26 @@ if ($_POST["Submit"]) {
// if ($config['installedpackages']['snortglobal']['rule']) {
- if ($_POST['descr'] == "") {
- $input_errors[] = "Please enter a description for your reference.";
- }
+// if ($_POST['descr'] == "") {
+// $input_errors[] = "Please enter a description for your reference.";
+// }
- if ($id == "" && $config['installedpackages']['snortglobal']['rule'][0]['interface'] != "") {
+// if ($id == "" && $config['installedpackages']['snortglobal']['rule'][0]['interface'] != "") {
- $rule_array = $config['installedpackages']['snortglobal']['rule'];
- $id_c = -1;
- foreach ($rule_array as $value) {
+// $rule_array = $config['installedpackages']['snortglobal']['rule'];
+// $id_c = -1;
+// foreach ($rule_array as $value) {
- $id_c += 1;
+// $id_c += 1;
- $result_lan = $config['installedpackages']['snortglobal']['rule'][$id_c]['interface'];
- $if_real = convert_friendly_interface_to_real_interface_name($result_lan);
+// $result_lan = $config['installedpackages']['snortglobal']['rule'][$id_c]['interface'];
+// $if_real = convert_friendly_interface_to_real_interface_name($result_lan);
- if ($_POST['interface'] == $result_lan) {
- $input_errors[] = "Interface $result_lan is in use. Please select another interface.";
- }
- }
- }
+// if ($_POST['interface'] == $result_lan) {
+// $input_errors[] = "Interface $result_lan is in use. Please select another interface.";
+// }
+// }
+// }
/* check for overlaps */
foreach ($a_nat as $natent) {
@@ -278,7 +278,7 @@ if ($_POST["Submit"]) {
// stop_service("snort");
if ($pconfig['interface'] != "") {
- sync_package_snort();
+ sync_snort_package_all();
}
if ($pconfig['interface'] != "") {
@@ -292,7 +292,7 @@ if ($_POST["Submit"]) {
}
if ($_POST["Submit2"]) {
- sync_package_snort();
+ sync_snort_package_all();
sleep(1);
exec("/bin/sh /usr/local/etc/rc.d/snort_{$id}{$if_real}.sh restart");
header("Location: /snort/snort_interfaces_edit.php?id=$id");