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