changeset 62:ec2590f00495 draft

recovered some work lost accidentally outside git
author Nick <nick@somerandomnick.ano>
date Thu, 17 Jun 2010 16:41:11 +0000
parents d8b6fb8cd729
children 9d5a5c74f191
files doc/ucis.ano/bgp_graph/path_list_to_dot.php
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ucis.ano/bgp_graph/path_list_to_dot.php	Thu Jun 17 16:04:03 2010 +0000
+++ b/doc/ucis.ano/bgp_graph/path_list_to_dot.php	Thu Jun 17 16:41:11 2010 +0000
@@ -53,6 +53,7 @@
 };
 
 print("graph BGP_nodes {\n");
+print("\toverlap=\"prism\";\n");
 foreach ($nodelist as $node => $name)
  print "\t".$node.' [label="'.$name.'",URL="http://ix.ucis.dn42/dn42/db/asdetails.php?h='.$node.'"];'."\n";