repo: resdb action: commit revision: path_from: revision_from: f8938c5c6f8ad6fff2c4b1771a7d53b290667343: path_to: revision_to:
commit f8938c5c6f8ad6fff2c4b1771a7d53b290667343 Author: NickDate: 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
--- 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
--- 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-----