diff options
author | Nick <nick@somerandomnick.ano> | 2010-06-17 17:38:13 +0000 |
---|---|---|
committer | Nick <nick@somerandomnick.ano> | 2010-06-17 17:38:13 +0000 |
commit | fdee3023133e46b412639ca58147db8429fc4ba8 (patch) | |
tree | 541f0ab22868b928c25c467726c42acc4e6cbfad /doc/ucis.ano | |
parent | 10216cb82748dac1a0c2d5f9195c1b9ccc0f19a6 (diff) | |
download | resdb-fdee3023133e46b412639ca58147db8429fc4ba8.tar.gz resdb-fdee3023133e46b412639ca58147db8429fc4ba8.zip |
now pulling descr field for nobody's ASNs
Diffstat (limited to 'doc/ucis.ano')
-rwxr-xr-x | doc/ucis.ano/bgp_graph/path_list_to_dot.php | 1 |
1 files changed, 1 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 4d6a197..818103d 100755 --- a/doc/ucis.ano/bgp_graph/path_list_to_dot.php +++ b/doc/ucis.ano/bgp_graph/path_list_to_dot.php @@ -33,6 +33,7 @@ function nodenickname ($node) { switch ($node) { case '64768': return 'yang'; case '64738': return 'welterde'; case '64827': return 'deelkar'; + case '64680': case '64692': return rtrim(`echo $ndoe | ./asn2descr`); }; return NULL; }; function nodename ($node) { |