diff options
author | robiscool <robrob2626@yahoo.com> | 2010-04-06 20:18:51 -0700 |
---|---|---|
committer | robiscool <robrob2626@yahoo.com> | 2010-04-06 20:18:51 -0700 |
commit | 01bfd5a0ef9a057149f933b6fcbea377cfc32687 (patch) | |
tree | b3d87a351431bc6bc8fe8d21ca9811dba87dc76e /config/snort/snort_rules.php | |
parent | ad41f98973dd49302885bd66a096263257ee62e4 (diff) | |
download | pfsense-packages-01bfd5a0ef9a057149f933b6fcbea377cfc32687.tar.gz pfsense-packages-01bfd5a0ef9a057149f933b6fcbea377cfc32687.tar.bz2 pfsense-packages-01bfd5a0ef9a057149f933b6fcbea377cfc32687.zip |
snort, add snort-old deinstall xml, fix vlan
Diffstat (limited to 'config/snort/snort_rules.php')
-rw-r--r-- | config/snort/snort_rules.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_rules.php b/config/snort/snort_rules.php index c95d76ca..b5fa2fb2 100644 --- a/config/snort/snort_rules.php +++ b/config/snort/snort_rules.php @@ -52,7 +52,7 @@ if (isset($id) && $a_nat[$id]) { } /* convert fake interfaces to real */ -$if_real = convert_friendly_interface_to_real_interface_name($pconfig['interface']); +$if_real = convert_friendly_interface_to_real_interface_name2($pconfig['interface']); $iface_uuid = $a_nat[$id]['uuid']; |