diff doc/ucis.ano/bgp_graph/path_list_to_dot.php @ 61:d8b6fb8cd729 draft

added hyperlinks to graph (to UFO's pages)
author Nick <nick@somerandomnick.ano>
date Thu, 17 Jun 2010 16:04:03 +0000
parents 8643d1b779de
children ec2590f00495
line wrap: on
line diff
--- a/doc/ucis.ano/bgp_graph/path_list_to_dot.php	Thu Jun 17 01:15:28 2010 +0200
+++ b/doc/ucis.ano/bgp_graph/path_list_to_dot.php	Thu Jun 17 16:04:03 2010 +0000
@@ -54,7 +54,7 @@
 
 print("graph BGP_nodes {\n");
 foreach ($nodelist as $node => $name)
- print "\t".$node.' [label="'.$name.'"];'."\n";
+ print "\t".$node.' [label="'.$name.'",URL="http://ix.ucis.dn42/dn42/db/asdetails.php?h='.$node.'"];'."\n";
 
 foreach ($nodes as $node => $links) {
 	foreach ($links as $link => $dummy) {