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