diff --git a/html/includes/graphs/port/nupkts.inc.php b/html/includes/graphs/port/nupkts.inc.php
index 9fd99badd0..ce4b9f7dee 100644
--- a/html/includes/graphs/port/nupkts.inc.php
+++ b/html/includes/graphs/port/nupkts.inc.php
@@ -55,4 +55,6 @@ elseif(is_file($config['rrd_dir'] . "/" . $device['hostname'] . "/" . safename($
}
+echo($config['rrd_dir'] . "/" . $device['hostname'] . "/" . safename($port['ifIndex'] . ".rrd");
+
?>
diff --git a/html/includes/graphs/port/upkts.inc.php b/html/includes/graphs/port/upkts.inc.php
index 330000b5b9..89539ea01b 100644
--- a/html/includes/graphs/port/upkts.inc.php
+++ b/html/includes/graphs/port/upkts.inc.php
@@ -16,6 +16,6 @@ $colour_area_out_max = "FFefaa";
$graph_max = 1;
$unit_text = "Packets";
-#include("includes/graphs/generic_duplex.inc.php");
+include("includes/graphs/generic_duplex.inc.php");
?>