# HG changeset patch # User Nick # Date 1276483719 0 # Node ID 8643d1b779def37e8bd6e7b1a944112452abe888 # Parent 198bd6e327ebf2a3ef677a807b5e8bfef12eeb3e added some ASN nicks diff -r 198bd6e327eb -r 8643d1b779de doc/ucis.ano/bgp_graph/path_list_to_dot.php --- a/doc/ucis.ano/bgp_graph/path_list_to_dot.php Mon Jun 14 02:42:56 2010 +0000 +++ b/doc/ucis.ano/bgp_graph/path_list_to_dot.php Mon Jun 14 02:48:39 2010 +0000 @@ -30,6 +30,9 @@ function nodenickname ($node) { switch ($node) { case '64731': return 'SRN'; case '64766': return 'UFO'; + case '64768': return 'yang'; + case '64738': return 'welterde'; + case '64827': return 'deelkar'; }; return NULL; }; function nodename ($node) {