changeset 37:fd9b90f6fbc1 draft

trying a different format
author Nick <nick@somerandomnick.ano>
date Fri, 11 Jun 2010 20:21:42 +0000
parents 14e97bffdd55
children 42692b936150
files doc/ucis.ano/bgp_graph/path_list_to_dot.php
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ucis.ano/bgp_graph/path_list_to_dot.php	Fri Jun 11 20:04:28 2010 +0000
+++ b/doc/ucis.ano/bgp_graph/path_list_to_dot.php	Fri Jun 11 20:21:42 2010 +0000
@@ -23,8 +23,8 @@
 }
 
 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) {