diff options
author | Nick <nick@somerandomnick.ano> | 2010-06-17 16:41:11 +0000 |
---|---|---|
committer | Nick <nick@somerandomnick.ano> | 2010-06-17 16:41:11 +0000 |
commit | 10216cb82748dac1a0c2d5f9195c1b9ccc0f19a6 (patch) | |
tree | b33513976f1e5c280c89cebcd1623b14809fa451 /doc/ucis.ano | |
parent | 510a5f8a6a52f0dc51459f5c9469db5a45c337b7 (diff) | |
download | resdb-10216cb82748dac1a0c2d5f9195c1b9ccc0f19a6.tar.gz resdb-10216cb82748dac1a0c2d5f9195c1b9ccc0f19a6.zip |
recovered some work lost accidentally outside git
Diffstat (limited to 'doc/ucis.ano')
-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"; |