summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_peer_type_multipath_relax/peer4/exabgp.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/bgp_peer_type_multipath_relax/peer4/exabgp.cfg')
-rw-r--r--tests/topotests/bgp_peer_type_multipath_relax/peer4/exabgp.cfg32
1 files changed, 14 insertions, 18 deletions
diff --git a/tests/topotests/bgp_peer_type_multipath_relax/peer4/exabgp.cfg b/tests/topotests/bgp_peer_type_multipath_relax/peer4/exabgp.cfg
index 2cc26cb..8c38a88 100644
--- a/tests/topotests/bgp_peer_type_multipath_relax/peer4/exabgp.cfg
+++ b/tests/topotests/bgp_peer_type_multipath_relax/peer4/exabgp.cfg
@@ -1,21 +1,17 @@
-group controller {
-
- process announce-routes {
- run "/etc/exabgp/exa_readpipe.py /var/run/exabgp_peer4.in";
- encoder text;
- }
-
- process receive-routes {
- run "/etc/exabgp/exa-receive.py 4";
- receive-routes;
- encoder text;
- }
+process announce-routes {
+ run /etc/exabgp/exa_readpipe.py /var/run/exabgp_peer4.in;
+ encoder text;
+}
- neighbor 10.0.4.1 {
- router-id 10.0.4.2;
- local-address 10.0.4.2;
- local-as 64503;
- peer-as 64501;
- }
+process receive-routes {
+ run /etc/exabgp/exa-receive.py 4;
+ encoder text;
+}
+neighbor 10.0.4.1 {
+ router-id 10.0.4.2;
+ local-address 10.0.4.2;
+ local-as 64503;
+ peer-as 64501;
+ api {processes [ announce-routes, receive-routes ];}
}