repo: resdb
action: commit
revision: 
path_from: 
revision_from: f8938c5c6f8ad6fff2c4b1771a7d53b290667343:
path_to: 
revision_to: 
git.thebackupbox.net
resdb
git clone git://git.thebackupbox.net/resdb
commit f8938c5c6f8ad6fff2c4b1771a7d53b290667343
Author: Nick 
Date:   Fri Jun 11 11:40:32 2010 +0000

    fixed last two of UFO's scripts to take local ASN from env

diff --git a/doc/ucis.ano/bgp_graph/bgp_path_list_bird.php b/doc/ucis.ano/bgp_graph/bgp_path_list_bird.php
index 6ef71c7f5d170f07fb9e6be40fe959787754b0bc..
index ..cec2692c5ccd4962489b34f4aba30d60461f4dba 100755
--- a/doc/ucis.ano/bgp_graph/bgp_path_list_bird.php
+++ b/doc/ucis.ano/bgp_graph/bgp_path_list_bird.php
@@ -1,6 +1,6 @@
 #!/usr/bin/php
  array('pipe','r'), 1 => array('pipe','w'), 2 => STDERR), $fds);
diff --git a/doc/ucis.ano/bgp_graph/bgp_path_list_quagga.sh b/doc/ucis.ano/bgp_graph/bgp_path_list_quagga.sh
index 97d750f95b3705f4ac22f5e8530696238fd6daf6..
index ..6f19cb6ce1f9b082a7be5716c4b2517d284f7857 100755
--- a/doc/ucis.ano/bgp_graph/bgp_path_list_quagga.sh
+++ b/doc/ucis.ano/bgp_graph/bgp_path_list_quagga.sh
@@ -1,6 +1,6 @@
 #!/bin/sh

-LOCALNODE=64520
+LOCALNODE=${LOCALNODE:-0}

 (sleep 0.2;
  echo "insecure";

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