diff options
Diffstat (limited to 'doc/ucis.ano/bgp_graph')
-rwxr-xr-x | doc/ucis.ano/bgp_graph/path_list_to_dot.php | 4 |
1 files changed, 2 insertions, 2 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 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) { |