]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/ospf_topo1_vrf/r1/zebra.conf
*: Add camelCase JSON keys in addition to PascalCase
[mirror_frr.git] / tests / topotests / ospf_topo1_vrf / r1 / zebra.conf
1 ! debug zebra kernel
2 ! debug zebra dplane detail
3 ! debug zebra rib
4 ! debug zebra event
5 !
6 hostname r1
7 password zebra
8 log file /tmp/r1-zebra.log
9 !
10 interface r1-eth0 vrf r1-ospf-cust1
11 ip address 10.0.1.1/24
12 !
13 interface r1-eth1 vrf r1-ospf-cust1
14 ip address 10.0.3.2/24
15 !
16 ip forwarding
17 !