diff options
author | Nick <nick@somerandomnick.ano> | 2010-06-11 20:21:42 +0000 |
---|---|---|
committer | Nick <nick@somerandomnick.ano> | 2010-06-11 20:21:42 +0000 |
commit | e60c1b2ecd4b974812853de84621d208f107e622 (patch) | |
tree | 9773fa4dd10384d458b81722fadf7368ae5dbe29 /doc/ucis.ano | |
parent | 027bc169122da152fd54ec6c6fc6f5cfc2fcbb8f (diff) | |
download | resdb-e60c1b2ecd4b974812853de84621d208f107e622.tar.gz resdb-e60c1b2ecd4b974812853de84621d208f107e622.zip |
trying a different format
Diffstat (limited to 'doc/ucis.ano')
-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) { |