From f8938c5c6f8ad6fff2c4b1771a7d53b290667343 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 11 Jun 2010 11:40:32 +0000 Subject: fixed last two of UFO's scripts to take local ASN from env --- doc/ucis.ano/bgp_graph/bgp_path_list_bird.php | 2 +- doc/ucis.ano/bgp_graph/bgp_path_list_quagga.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 6ef71c7..cec2692 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 97d750f..6f19cb6 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"; -- cgit v1.2.3