diff options
author | robiscool <robrob2626@yahoo.com> | 2010-04-05 16:54:46 -0700 |
---|---|---|
committer | robiscool <robrob2626@yahoo.com> | 2010-04-05 16:54:46 -0700 |
commit | 90ab5fb165d4462e419a91e6383abeb9c4dde0fb (patch) | |
tree | 6d64c89404ec3f3b8ce5f9c3ac2a7b4c11a1e73e /config/snort | |
parent | 26a2160f92664ed0679eea165d021793771504a8 (diff) | |
download | pfsense-packages-90ab5fb165d4462e419a91e6383abeb9c4dde0fb.tar.gz pfsense-packages-90ab5fb165d4462e419a91e6383abeb9c4dde0fb.tar.bz2 pfsense-packages-90ab5fb165d4462e419a91e6383abeb9c4dde0fb.zip |
snort, rulesets correct iface look
Diffstat (limited to 'config/snort')
-rw-r--r-- | config/snort/snort_rulesets.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_rulesets.php b/config/snort/snort_rulesets.php index d232c097..0a726a76 100644 --- a/config/snort/snort_rulesets.php +++ b/config/snort/snort_rulesets.php @@ -55,7 +55,7 @@ if (isset($id) && $a_nat[$id]) { } /* convert fake interfaces to real */ -$if_real = convert_friendly_interface_to_real_interface_name2($pconfig['interface']); +$if_real = convert_friendly_interface_to_real_interface_name($pconfig['interface']); $iface_uuid = $a_nat[$id]['uuid']; |