]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgp_multiview_topo1: fix exabgp configuration
authorRafael Zalamena <rzalamena@gmail.com>
Tue, 18 Jul 2017 19:28:52 +0000 (16:28 -0300)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:12 +0000 (20:22 -0500)
Allow exabgp to run on my Ubuntu 16.04 by specifying the complete path
instead of relative.

tests/topotests/bgp_multiview_topo1/peer1/exabgp.cfg
tests/topotests/bgp_multiview_topo1/peer2/exabgp.cfg
tests/topotests/bgp_multiview_topo1/peer3/exabgp.cfg
tests/topotests/bgp_multiview_topo1/peer4/exabgp.cfg
tests/topotests/bgp_multiview_topo1/peer5/exabgp.cfg
tests/topotests/bgp_multiview_topo1/peer6/exabgp.cfg
tests/topotests/bgp_multiview_topo1/peer7/exabgp.cfg
tests/topotests/bgp_multiview_topo1/peer8/exabgp.cfg

index 8991610e8a6a43e91debc9e9c6185da5e9b23d34..20e71c84203caaec729dd9b6cf6d86590f228910 100644 (file)
@@ -1,11 +1,11 @@
 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;
     }
index efddec5cc9f8683de0ef2c2b40b1de84af3b5b61..1e8eef186fadddf638679f43d37480b5b54152da 100644 (file)
@@ -1,11 +1,11 @@
 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;
     }
index abffe32f81caebb6a27c3488a433e9e62d126a3b..ef1b249aebbac5a66b132ec3311cc08fe20099e6 100644 (file)
@@ -1,11 +1,11 @@
 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;
     }
index 27dfef902eaffc4b1658ba40600a90fff4ad118a..7c50f73b260b35ba2cdf013153e9151d8b47f565 100644 (file)
@@ -1,11 +1,11 @@
 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;
     }
index 9326aed19fc9040a7f57d2e0924fd3ca900b18eb..22163c7fb18aead69b4cdcfd11854c65fab09ee4 100644 (file)
@@ -1,11 +1,11 @@
 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;
     }
index f99976b65b38182a84b268ab6c81d313a2212fca..40b54c33c584bd7d1eacecc4c93245684a555980 100644 (file)
@@ -1,11 +1,11 @@
 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;
     }
index 2dea4c9797e19508f023eb808304191c785db37e..33312d052f2aebcf5785816a572c0a9143c23769 100644 (file)
@@ -1,11 +1,11 @@
 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;
     }
index ae3c5eb44cd19ccedac0bdc9f69e0f408b722db0..173ccb980e7f76cddadedbf51394b3f84f212d72 100644 (file)
@@ -1,11 +1,11 @@
 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;
     }