From e60c1b2ecd4b974812853de84621d208f107e622 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 11 Jun 2010 20:21:42 +0000 Subject: trying a different format --- doc/ucis.ano/bgp_graph/path_list_to_dot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/ucis.ano') 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 7df2066..5fb9cfb 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) { -- cgit v1.2.3