]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/ldp-vpls-topo1/r1/zebra.conf
bgpd: Remove private AS numbers if local-as is defined
[mirror_frr.git] / tests / topotests / ldp-vpls-topo1 / r1 / zebra.conf
1 log file zebra.log
2 !
3 hostname r1
4 !
5 debug zebra rib
6 debug zebra nht
7 debug zebra pseudowires
8 debug zebra packet
9 !
10 interface lo
11 ip address 1.1.1.1/32
12 !
13 interface r1-eth0
14 description to s1
15 no link-detect
16 !
17 interface r1-eth1
18 description to s4
19 ip address 10.0.1.1/24
20 no link-detect
21 !
22 interface r1-eth2
23 description to s5
24 ip address 10.0.2.1/24
25 no link-detect
26 !
27 ip forwarding
28 !
29 line vty
30 !