--- inc/interface.php.orig	2014-09-10 12:43:57.792201797 -0500
+++ inc/interface.php	2014-09-10 13:02:07.864193826 -0500
@@ -2514,6 +2514,10 @@
 
 			if ($display_routers)
 				printRoutersTD (findRouters ($item['own_addrlist']), getConfigVar ('IPV4_TREE_RTR_AS_CELL'));
+
+			// comment
+			echo "<td class=\"tdleft\">" . niftyString ($item['comment'], 0) . "</td>";
+
 			echo "</tr>";
 			if ($item['symbol'] == 'node-expanded' or $item['symbol'] == 'node-expanded-static')
 				$self ($item['kids'], $baseurl, $target, $level + 1);
@@ -2530,6 +2534,7 @@
 			echo "</td>";
 			if ($display_routers)
 				echo "<td></td>";
+			echo "<td class=\"tdleft\">" . niftyString ($item['comment'], 0) . "</td>";
 			echo "</tr>";
 		}
 	}
@@ -2590,6 +2595,7 @@
 			echo "<tr><th>prefix</th><th>name/tags</th><th>capacity</th>";
 			if (getConfigVar ('IPV4_TREE_RTR_AS_CELL') != 'none')
 				echo "<th>routed by</th>";
+			echo "<th>comment</th>";
 			echo "</tr>\n";
 			$baseurl = makeHref(array('page'=>$pageno, 'tab'=>$tabno)) . $cellfilter['urlextra'];
 			renderIPSpaceRecords ($tree, $baseurl, $eid);
