From 510a5f8a6a52f0dc51459f5c9469db5a45c337b7 Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 17 Jun 2010 16:04:03 +0000 Subject: added hyperlinks to graph (to UFO's pages) --- doc/ucis.ano/bgp_graph/path_list_to_dot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ucis.ano/bgp_graph/path_list_to_dot.php b/doc/ucis.ano/bgp_graph/path_list_to_dot.php index c174545..e60bb40 100755 --- a/doc/ucis.ano/bgp_graph/path_list_to_dot.php +++ b/doc/ucis.ano/bgp_graph/path_list_to_dot.php @@ -54,7 +54,7 @@ foreach ($nodes as $node => $links) { 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) { -- cgit v1.2.3