summaryrefslogtreecommitdiff
path: root/doc/ucis.ano
diff options
context:
space:
mode:
authorNick <nick@somerandomnick.ano>2010-06-11 20:21:42 +0000
committerNick <nick@somerandomnick.ano>2010-06-11 20:21:42 +0000
commite60c1b2ecd4b974812853de84621d208f107e622 (patch)
tree9773fa4dd10384d458b81722fadf7368ae5dbe29 /doc/ucis.ano
parent027bc169122da152fd54ec6c6fc6f5cfc2fcbb8f (diff)
downloadresdb-e60c1b2ecd4b974812853de84621d208f107e622.tar.gz
resdb-e60c1b2ecd4b974812853de84621d208f107e622.zip
trying a different format
Diffstat (limited to 'doc/ucis.ano')
-rwxr-xr-xdoc/ucis.ano/bgp_graph/path_list_to_dot.php4
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) {