summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_vpnv4_noretain/r1/zebra.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/bgp_vpnv4_noretain/r1/zebra.conf')
-rw-r--r--tests/topotests/bgp_vpnv4_noretain/r1/zebra.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/topotests/bgp_vpnv4_noretain/r1/zebra.conf b/tests/topotests/bgp_vpnv4_noretain/r1/zebra.conf
new file mode 100644
index 0000000..5b8b1e8
--- /dev/null
+++ b/tests/topotests/bgp_vpnv4_noretain/r1/zebra.conf
@@ -0,0 +1,13 @@
+log stdout
+interface lo
+ ip address 1.1.1.1/32
+!
+interface r1-gre0
+ ip address 192.168.0.1/24
+!
+interface r1-eth1 vrf vrf1
+ ip address 10.201.0.1/24
+!
+interface r1-eth0
+ ip address 10.125.0.1/24
+!