repo: resdb action: commit revision: path_from: revision_from: e60c1b2ecd4b974812853de84621d208f107e622: path_to: revision_to:
commit e60c1b2ecd4b974812853de84621d208f107e622 Author: NickDate: Fri Jun 11 20:21:42 2010 +0000 trying a different format diff --git a/doc/ucis.ano/bgp_graph/path_list_to_dot.php b/doc/ucis.ano/bgp_graph/path_list_to_dot.php
--- 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) {
-----END OF PAGE-----