]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/r2/zebra.conf
ldpd: changes for code maintainability
[mirror_frr.git] / tests / topotests / bgp_srv6l3vpn_to_bgp_vrf2 / r2 / zebra.conf
1 log file zebra.log
2 !
3 hostname r2
4 password zebra
5 !
6 log stdout notifications
7 log monitor notifications
8 log commands
9 !
10 debug zebra packet
11 debug zebra dplane
12 debug zebra kernel
13 !
14 interface eth0
15 ipv6 address 2001::2/64
16 !
17 interface eth1 vrf vrf10
18 ip address 192.168.2.1/24
19 !
20 interface eth2 vrf vrf20
21 ip address 192.168.4.1/24
22 !
23 interface eth3 vrf vrf20
24 ip address 192.168.6.1/24
25 !
26 segment-routing
27 srv6
28 locators
29 locator loc1
30 prefix 2001:db8:2:2::/64 func-bits 8
31 !
32 !
33 !
34 ip forwarding
35 ipv6 forwarding
36 !
37 ipv6 route 2001:db8:1:1::/64 2001::1
38 !
39 line vty
40 !