summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2009-11-24 21:44:37 +0100
committerSeth Mos <seth.mos@xs4all.nl>2009-11-24 21:44:37 +0100
commit162477a405805948f2de7e165049f6d7e80813fe (patch)
treeaffbfe84f1a621f80f3431a0b279c783564b6190 /etc/inc
parent105bb6a683616483cb3920b38ea5971d67c33214 (diff)
downloadpfsense-162477a405805948f2de7e165049f6d7e80813fe.zip
pfsense-162477a405805948f2de7e165049f6d7e80813fe.tar.gz
Make sure the right wireless interface is polled for the graphs
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/rrd.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/rrd.inc b/etc/inc/rrd.inc
index b98180d..d11dc6e 100644
--- a/etc/inc/rrd.inc
+++ b/etc/inc/rrd.inc
@@ -258,6 +258,7 @@ function enable_rrd_graphing() {
foreach ($ifdescrs as $realif => $ifdescr) {
$ifname = $ifdescr['friendly'];
$state = $ifdescr['up'];
+ $realif = get_real_interface($ifname);
/* skip interfaces that do not have a friendly name */
if ("$ifname" == "") {
OpenPOWER on IntegriCloud