Use full path to netvirt tests
[integration/test.git] / csit / variables / bgpclustering / exa.cfg
1 group test {
2     router-id EXABGPIP;
3
4     neighbor ODLIP1 {
5         local-address EXABGPIP;
6         local-as 64496;
7         peer-as 64496;
8     }
9
10     neighbor ODLIP2 {
11         local-address EXABGPIP;
12         local-as 64496;
13         peer-as 64496;
14     }
15     neighbor ODLIP3 {
16         local-address EXABGPIP;
17         local-as 64496;
18         peer-as 64496;
19     }
20
21     capability {
22         route-refresh ROUTEREFRESH;
23         add-path ADDPATH;
24     }
25
26     family {
27         ipv4 unicast;
28         ipv4 mpls-vpn;
29     }
30 }