bgp_multiview_topo1: fix exabgp configuration

Allow exabgp to run on my Ubuntu 16.04 by specifying the complete path
instead of relative.
This commit is contained in:
Rafael Zalamena 2017-07-18 16:28:52 -03:00 committed by Donald Sharp
parent 6c97c0cbf2
commit 28c15fe7b8
8 changed files with 16 additions and 16 deletions

View File

@ -1,11 +1,11 @@
group controller { group controller {
process announce-routes { process announce-routes {
run "./exa-send.py 1 10"; run "/etc/exabgp/exa-send.py 1 10";
} }
process receive-routes { process receive-routes {
run "./exa-receive.py 1"; run "/etc/exabgp/exa-receive.py 1";
receive-routes; receive-routes;
encoder text; encoder text;
} }

View File

@ -1,11 +1,11 @@
group controller { group controller {
process announce-routes { process announce-routes {
run "./exa-send.py 2 10"; run "/etc/exabgp/exa-send.py 2 10";
} }
process receive-routes { process receive-routes {
run "./exa-receive.py 2"; run "/etc/exabgp/exa-receive.py 2";
receive-routes; receive-routes;
encoder text; encoder text;
} }

View File

@ -1,11 +1,11 @@
group controller { group controller {
process announce-routes { process announce-routes {
run "./exa-send.py 3 10"; run "/etc/exabgp/exa-send.py 3 10";
} }
process receive-routes { process receive-routes {
run "./exa-receive.py 3"; run "/etc/exabgp/exa-receive.py 3";
receive-routes; receive-routes;
encoder text; encoder text;
} }

View File

@ -1,11 +1,11 @@
group controller { group controller {
process announce-routes { process announce-routes {
run "./exa-send.py 4 10"; run "/etc/exabgp/exa-send.py 4 10";
} }
process receive-routes { process receive-routes {
run "./exa-receive.py 4"; run "/etc/exabgp/exa-receive.py 4";
receive-routes; receive-routes;
encoder text; encoder text;
} }

View File

@ -1,11 +1,11 @@
group controller { group controller {
process announce-routes { process announce-routes {
run "./exa-send.py 5 10"; run "/etc/exabgp/exa-send.py 5 10";
} }
process receive-routes { process receive-routes {
run "./exa-receive.py 5"; run "/etc/exabgp/exa-receive.py 5";
receive-routes; receive-routes;
encoder text; encoder text;
} }

View File

@ -1,11 +1,11 @@
group controller { group controller {
process announce-routes { process announce-routes {
run "./exa-send.py 6 10"; run "/etc/exabgp/exa-send.py 6 10";
} }
process receive-routes { process receive-routes {
run "./exa-receive.py 6"; run "/etc/exabgp/exa-receive.py 6";
receive-routes; receive-routes;
encoder text; encoder text;
} }

View File

@ -1,11 +1,11 @@
group controller { group controller {
process announce-routes { process announce-routes {
run "./exa-send.py 7 10"; run "/etc/exabgp/exa-send.py 7 10";
} }
process receive-routes { process receive-routes {
run "./exa-receive.py 7"; run "/etc/exabgp/exa-receive.py 7";
receive-routes; receive-routes;
encoder text; encoder text;
} }

View File

@ -1,11 +1,11 @@
group controller { group controller {
process announce-routes { process announce-routes {
run "./exa-send.py 8 10"; run "/etc/exabgp/exa-send.py 8 10";
} }
process receive-routes { process receive-routes {
run "./exa-receive.py 8"; run "/etc/exabgp/exa-receive.py 8";
receive-routes; receive-routes;
encoder text; encoder text;
} }