repo: resdb
action: commit
revision: 
path_from: 
revision_from: e60c1b2ecd4b974812853de84621d208f107e622:
path_to: 
revision_to: 
git.thebackupbox.net
resdb
git clone git://git.thebackupbox.net/resdb
commit e60c1b2ecd4b974812853de84621d208f107e622
Author: Nick 
Date:   Fri Jun 11 20:21:42 2010 +0000

    trying a different format

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 7df2066cbb2f05a0a386e91c0abec3fea0271972..
index ..5fb9cfb8735cb4cb70a76532add2ec7f2a7d0e3e 100755
--- a/doc/ucis.ano/bgp_graph/path_list_to_dot.php
+++ b/doc/ucis.ano/bgp_graph/path_list_to_dot.php
@@ -23,8 +23,8 @@ foreach ($nodes as $node => $links) {
 }

 function nodename ($node) { switch ($node) {
- case '64731': return 'SRN';
-}; return $node; };
+ case '64731': return 'SRN (AS64731)';
+}; return 'AS'.$node; };

 $nodelist=array();
 foreach ($nodes as $node => $links) {

-----END OF PAGE-----