repo: resdb
action: commit
revision: 
path_from: 
revision_from: fdee3023133e46b412639ca58147db8429fc4ba8:
path_to: 
revision_to: 
git.thebackupbox.net
resdb
git clone git://git.thebackupbox.net/resdb
commit fdee3023133e46b412639ca58147db8429fc4ba8
Author: Nick 
Date:   Thu Jun 17 17:38:13 2010 +0000

    now pulling descr field for nobody's ASNs

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 4d6a1973f9f7e9da527fb0766fa8edc5751d22e1..
index ..818103d99830f3bcd2bea329b4dfaf944ae63796 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) {

-----END OF PAGE-----