summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_multiview_topo1/peer5/exabgp.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/bgp_multiview_topo1/peer5/exabgp.cfg')
-rw-r--r--tests/topotests/bgp_multiview_topo1/peer5/exabgp.cfg33
1 files changed, 15 insertions, 18 deletions
diff --git a/tests/topotests/bgp_multiview_topo1/peer5/exabgp.cfg b/tests/topotests/bgp_multiview_topo1/peer5/exabgp.cfg
index 22163c7..365aa6b 100644
--- a/tests/topotests/bgp_multiview_topo1/peer5/exabgp.cfg
+++ b/tests/topotests/bgp_multiview_topo1/peer5/exabgp.cfg
@@ -1,21 +1,18 @@
-group controller {
-
- process announce-routes {
- run "/etc/exabgp/exa-send.py 5 10";
- }
-
- process receive-routes {
- run "/etc/exabgp/exa-receive.py 5";
- receive-routes;
- encoder text;
- }
+process announce-routes {
+ run /etc/exabgp/exa-send.py 5 10;
+ encoder text;
+}
- neighbor 172.16.1.254 {
- router-id 172.16.1.5;
- local-address 172.16.1.5;
- local-as 65005;
- peer-as 100;
- graceful-restart;
- }
+process receive-routes {
+ run /etc/exabgp/exa-receive.py 5;
+ encoder text;
+}
+neighbor 172.16.1.254 {
+ router-id 172.16.1.5;
+ local-address 172.16.1.5;
+ local-as 65005;
+ peer-as 100;
+ capability {graceful-restart;}
+ api {processes [ announce-routes, receive-routes ];}
}