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;
}
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;
}
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;
}
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;
}
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;
}
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;
}
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;
}
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;
}