diff options
author | Nick <nick@somerandomnick.ano> | 2010-06-14 02:48:39 +0000 |
---|---|---|
committer | Nick <nick@somerandomnick.ano> | 2010-06-14 02:48:39 +0000 |
commit | 59c9113ec4bcbc0432e0615abed3bc44886edc88 (patch) | |
tree | 5d1ae9098dc50e797538e993c091be04e453bd96 | |
parent | 184b11b5f660476c9ae3081ff0951ce352e568de (diff) | |
download | resdb-59c9113ec4bcbc0432e0615abed3bc44886edc88.tar.gz resdb-59c9113ec4bcbc0432e0615abed3bc44886edc88.zip |
added some ASN nicks
-rwxr-xr-x | doc/ucis.ano/bgp_graph/path_list_to_dot.php | 3 |
1 files changed, 3 insertions, 0 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 e0ed547..c174545 100755 --- a/doc/ucis.ano/bgp_graph/path_list_to_dot.php +++ b/doc/ucis.ano/bgp_graph/path_list_to_dot.php @@ -30,6 +30,9 @@ function static_nodename ($node) { switch ($node) { 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) { |