aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort
diff options
context:
space:
mode:
authormarcelloc <marcellocoutinho@gmail.com>2013-02-12 20:16:58 -0200
committermarcelloc <marcellocoutinho@gmail.com>2013-02-12 20:16:58 -0200
commit44150465a58c3574e76658655e5efce41f49c3ff (patch)
tree959c48fccd24f8a443a00296dc7e18402e83e2a3 /config/snort
parent82a9e4c7eb601bc2c105691d63c6865a1789e394 (diff)
parent1ef5e1725772e4a39c9f0a193dc84ef4ae010eca (diff)
downloadpfsense-packages-44150465a58c3574e76658655e5efce41f49c3ff.tar.gz
pfsense-packages-44150465a58c3574e76658655e5efce41f49c3ff.tar.bz2
pfsense-packages-44150465a58c3574e76658655e5efce41f49c3ff.zip
Merge branch 'master' of https://github.com/bsdperimeter/pfsense-packages
Diffstat (limited to 'config/snort')
-rwxr-xr-xconfig/snort/snort.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc
index e6c20a50..c36fc873 100755
--- a/config/snort/snort.inc
+++ b/config/snort/snort.inc
@@ -149,7 +149,7 @@ function snort_build_list($snortcfg, $listname = "", $whitelist = false) {
$snortip = get_interface_ipv6($snortcfg['interface']);
if (is_ipaddrv6($snortip)) {
if ($whitelist === false) {
- $sn = get_interface_subnetv6($int);
+ $sn = get_interface_subnetv6($snortcfg['interface']);
$home_net .= "{$snortip}/{$sn} ";
} else
$home_net .= "{$snortip} ";