]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_l3vpn_to_bgp_vrf/r1/zebra.conf
Revert "Merge pull request #11127 from louis-6wind/bgp-leak"
[mirror_frr.git] / tests / topotests / bgp_l3vpn_to_bgp_vrf / r1 / zebra.conf
1 log file zebra.log
2
3 hostname r1
4 password zebra
5
6 #debug zebra packet
7
8 interface lo
9 ip address 1.1.1.1/32
10
11 interface r1-eth0
12 description to sw0
13 ip address 10.0.1.1/24
14 no link-detect
15
16 interface r1-eth4
17 description to ce1
18 ip address 192.168.1.1/24
19 no link-detect
20
21 ip forwarding
22
23
24 line vty
25