summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-03-13 15:39:01 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-03-13 15:39:01 +0000
commit14007a66001519bdf1b016cdf675ad6a6bf3db76 (patch)
tree98c87065312c98b340af00ef6bb3a2d285149175 /etc
parent171b59ba2411872c526151e83efdb53f59c3f6e6 (diff)
downloadpfsense-14007a66001519bdf1b016cdf675ad6a6bf3db76.zip
pfsense-14007a66001519bdf1b016cdf675ad6a6bf3db76.tar.gz
Add note that rrd gateway code needs upgrading. Affects quality graph.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index bfe6d23..e07ff70 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -3197,6 +3197,7 @@ function enable_rrd_graphing() {
} else {
$rrdupdatesh .= "`$netstat -nbf link -I {$realif} | $awk '{getline 2;print \$5 \":\" \$8}'`\n";
}
+ /* FIXME: needs to use the monitor setting from the gateways array now */
/* if an alternative gateway is defined, use it */
if ($config['interfaces'][$ifname]['use_rrd_gateway'] <> "") {
$gatewayip = get_interface_gateway($ifname);
OpenPOWER on IntegriCloud