summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdoc/ucis.ano/bgp_graph/path_list_to_dot.php2
1 files changed, 1 insertions, 1 deletions
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) {