mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 04:26:12 +00:00
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:
parent
6c97c0cbf2
commit
28c15fe7b8
@ -1,11 +1,11 @@
|
||||
group controller {
|
||||
|
||||
process announce-routes {
|
||||
run "./exa-send.py 1 10";
|
||||
run "/etc/exabgp/exa-send.py 1 10";
|
||||
}
|
||||
|
||||
process receive-routes {
|
||||
run "./exa-receive.py 1";
|
||||
run "/etc/exabgp/exa-receive.py 1";
|
||||
receive-routes;
|
||||
encoder text;
|
||||
}
|
||||
|
@ -1,11 +1,11 @@
|
||||
group controller {
|
||||
|
||||
process announce-routes {
|
||||
run "./exa-send.py 2 10";
|
||||
run "/etc/exabgp/exa-send.py 2 10";
|
||||
}
|
||||
|
||||
process receive-routes {
|
||||
run "./exa-receive.py 2";
|
||||
run "/etc/exabgp/exa-receive.py 2";
|
||||
receive-routes;
|
||||
encoder text;
|
||||
}
|
||||
|
@ -1,11 +1,11 @@
|
||||
group controller {
|
||||
|
||||
process announce-routes {
|
||||
run "./exa-send.py 3 10";
|
||||
run "/etc/exabgp/exa-send.py 3 10";
|
||||
}
|
||||
|
||||
process receive-routes {
|
||||
run "./exa-receive.py 3";
|
||||
run "/etc/exabgp/exa-receive.py 3";
|
||||
receive-routes;
|
||||
encoder text;
|
||||
}
|
||||
|
@ -1,11 +1,11 @@
|
||||
group controller {
|
||||
|
||||
process announce-routes {
|
||||
run "./exa-send.py 4 10";
|
||||
run "/etc/exabgp/exa-send.py 4 10";
|
||||
}
|
||||
|
||||
process receive-routes {
|
||||
run "./exa-receive.py 4";
|
||||
run "/etc/exabgp/exa-receive.py 4";
|
||||
receive-routes;
|
||||
encoder text;
|
||||
}
|
||||
|
@ -1,11 +1,11 @@
|
||||
group controller {
|
||||
|
||||
process announce-routes {
|
||||
run "./exa-send.py 5 10";
|
||||
run "/etc/exabgp/exa-send.py 5 10";
|
||||
}
|
||||
|
||||
process receive-routes {
|
||||
run "./exa-receive.py 5";
|
||||
run "/etc/exabgp/exa-receive.py 5";
|
||||
receive-routes;
|
||||
encoder text;
|
||||
}
|
||||
|
@ -1,11 +1,11 @@
|
||||
group controller {
|
||||
|
||||
process announce-routes {
|
||||
run "./exa-send.py 6 10";
|
||||
run "/etc/exabgp/exa-send.py 6 10";
|
||||
}
|
||||
|
||||
process receive-routes {
|
||||
run "./exa-receive.py 6";
|
||||
run "/etc/exabgp/exa-receive.py 6";
|
||||
receive-routes;
|
||||
encoder text;
|
||||
}
|
||||
|
@ -1,11 +1,11 @@
|
||||
group controller {
|
||||
|
||||
process announce-routes {
|
||||
run "./exa-send.py 7 10";
|
||||
run "/etc/exabgp/exa-send.py 7 10";
|
||||
}
|
||||
|
||||
process receive-routes {
|
||||
run "./exa-receive.py 7";
|
||||
run "/etc/exabgp/exa-receive.py 7";
|
||||
receive-routes;
|
||||
encoder text;
|
||||
}
|
||||
|
@ -1,11 +1,11 @@
|
||||
group controller {
|
||||
|
||||
process announce-routes {
|
||||
run "./exa-send.py 8 10";
|
||||
run "/etc/exabgp/exa-send.py 8 10";
|
||||
}
|
||||
|
||||
process receive-routes {
|
||||
run "./exa-receive.py 8";
|
||||
run "/etc/exabgp/exa-receive.py 8";
|
||||
receive-routes;
|
||||
encoder text;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user