]> git.proxmox.com Git - mirror_frr.git/blame - tests/topotests/bgp_srv6l3vpn_to_bgp_vrf3/r1/zebra.conf
Merge pull request #12837 from donaldsharp/unlikely_routemap
[mirror_frr.git] / tests / topotests / bgp_srv6l3vpn_to_bgp_vrf3 / r1 / zebra.conf
CommitLineData
3a94d672
CS
1log file zebra.log
2!
3hostname r1
4password zebra
5!
6log stdout notifications
7log monitor notifications
8log commands
9!
2007e2db
DS
10!debug zebra packet
11!debug zebra dplane
12!debug zebra kernel
3a94d672
CS
13!
14interface eth0
15 ipv6 address 2001::1/64
16!
17interface eth1 vrf vrf10
18 ip address 192.168.1.1/24
19 ipv6 address 2001:1::1/64
20!
21interface eth2 vrf vrf10
22 ip address 192.168.3.1/24
23 ipv6 address 2001:3::1/64
24!
25interface eth3 vrf vrf20
26 ip address 192.168.5.1/24
27 ipv6 address 2001:5::1/64
28!
29segment-routing
30 srv6
31 locators
32 locator loc1
33 prefix 2001:db8:1:1::/64
34 !
35 !
36!
37ip forwarding
38ipv6 forwarding
39!
40ipv6 route 2001:db8:2:2::/64 2001::2
41!
42line vty
43!