aboutsummaryrefslogtreecommitdiffstats
path: root/config/ntop2
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-03-27 13:39:39 -0400
committerjim-p <jimp@pfsense.org>2012-03-27 13:41:04 -0400
commit3bec435d6bf83c01c5b8718c6e09add799a12daa (patch)
tree019f3fb853151dfc206c4003ea58fd99afbaae12 /config/ntop2
parentf676bf571dcac87e637bebf01cea634c53ffc0f3 (diff)
downloadpfsense-packages-3bec435d6bf83c01c5b8718c6e09add799a12daa.tar.gz
pfsense-packages-3bec435d6bf83c01c5b8718c6e09add799a12daa.tar.bz2
pfsense-packages-3bec435d6bf83c01c5b8718c6e09add799a12daa.zip
Tell ntop to use both ipv4 and ipv6, since ntop 4.1 defaults to ipv6 binding only.
Diffstat (limited to 'config/ntop2')
-rw-r--r--config/ntop2/ntop.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ntop2/ntop.xml b/config/ntop2/ntop.xml
index f0c3ed61..a862e30f 100644
--- a/config/ntop2/ntop.xml
+++ b/config/ntop2/ntop.xml
@@ -135,7 +135,7 @@
$first = 1;
}
}
- $start = "/usr/local/bin/ntop -i {$ifaces_final} -u root -d {$alltraffic} {$mergeifs} -x 8102 -X 8192 &";
+ $start = "/usr/local/bin/ntop -i {$ifaces_final} -u root -4 -6 -d {$alltraffic} {$mergeifs} -x 8102 -X 8192 &";
write_rcfile(array(
"file" => "ntop.sh",
"start" => $start,