summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_vrf_route_leak_basic/r1/zebra.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/bgp_vrf_route_leak_basic/r1/zebra.conf')
-rw-r--r--tests/topotests/bgp_vrf_route_leak_basic/r1/zebra.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/topotests/bgp_vrf_route_leak_basic/r1/zebra.conf b/tests/topotests/bgp_vrf_route_leak_basic/r1/zebra.conf
new file mode 100644
index 0000000..3503855
--- /dev/null
+++ b/tests/topotests/bgp_vrf_route_leak_basic/r1/zebra.conf
@@ -0,0 +1,18 @@
+hostname r1
+
+int dummy1
+ ip address 10.0.0.1/24
+ no shut
+!
+int dummy2
+ ip address 10.0.1.1/24
+ no shut
+!
+int dummy3
+ ip address 10.0.2.1/24
+ no shut
+!
+int dummy4
+ ip address 10.0.3.1/24
+ no shut
+!