diff options
author | marcelloc <marcellocoutinho@gmail.com> | 2013-02-12 20:16:58 -0200 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2013-02-12 20:16:58 -0200 |
commit | 44150465a58c3574e76658655e5efce41f49c3ff (patch) | |
tree | 959c48fccd24f8a443a00296dc7e18402e83e2a3 /config/snort | |
parent | 82a9e4c7eb601bc2c105691d63c6865a1789e394 (diff) | |
parent | 1ef5e1725772e4a39c9f0a193dc84ef4ae010eca (diff) | |
download | pfsense-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-x | config/snort/snort.inc | 2 |
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} "; |