]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/ospf_metric_propagation/rc/frr.conf
Merge pull request #13235 from Orange-OpenSource/link-state
[mirror_frr.git] / tests / topotests / ospf_metric_propagation / rc / frr.conf
1 !
2 hostname rc
3 password zebra
4 log file /tmp/rc-frr.log
5 ip forwarding
6 !
7 interface rc-eth0
8 ip address 10.0.70.7/24
9 ip ospf hello-interval 1
10 ip ospf dead-interval 3
11 !
12 interface rc-eth1
13 ip address 10.0.80.7/24
14 ip ospf hello-interval 1
15 ip ospf dead-interval 3
16 !
17 router ospf
18 ospf router-id 10.0.255.7
19 network 10.0.70.0/24 area 0
20 network 10.0.80.0/24 area 0
21 !