diff options
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/ucis.ano/bgp_graph/path_list_to_dot.php | 1 |
1 files changed, 1 insertions, 0 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 e60bb40..4d6a197 100755 --- a/doc/ucis.ano/bgp_graph/path_list_to_dot.php +++ b/doc/ucis.ano/bgp_graph/path_list_to_dot.php @@ -53,6 +53,7 @@ foreach ($nodes as $node => $links) { }; 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"; |